You are here: Start » AVL.NET » Function Reference » Profile » Profile Basics » AVL.SkipEmptyProfile

AVL.SkipEmptyProfile

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

C++
C#
 
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