ObjectsEnumeratorT(ListT, ContentPlacement) Constructor

Initializes a new instance of the ObjectsEnumeratorT class

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public ObjectsEnumerator(
	List<T> objects,
	ContentPlacement placement
)

Parameters

objects  ListT
 
placement  ContentPlacement
 

See Also