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

AVL.SkipEmptyProfile Method

If the input profile contains at least one element, then it is copied to the output; otherwise Nil is returned.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SkipEmptyProfile(
	AvlNet.Profile inProfile,
	out AvlNet.Profile outNotEmptyProfile,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
outNotEmptyProfileAvlNet.Profile
outIsNotEmptybool

See also