You are here: Start » AVL.NET » Invoke.SkipEmptyProfile

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
inProfileAvl.ProfileInput profile.
outNotEmptyProfileAtl.Conditional<Avl.Profile>
outIsNotEmptybool

See also