You are here: Start » AVL.NET » Invoke.SkipEmptyProfile
If the input profile contains at least one element, then it is copied to the output; otherwise Nil is returned.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void SkipEmptyProfile ( Avl.Profile inProfile, Conditional<Avl.Profile> outNotEmptyProfile, out bool outIsNotEmpty )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inProfile | Avl.Profile | Input profile. | ||
![]()  | outNotEmptyProfile | Atl.Conditional<Avl.Profile> | |||
![]()  | outIsNotEmpty | bool | 


