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

AVS.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,
	INullable<AvlNet.Profile> outNotEmptyProfile,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
outNotEmptyProfileAvlNet.INullable<AvlNet.Profile> This parameter cannot be null.
outIsNotEmptybool

See also