Click or drag to resize

positionBindPosition Enumeration

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
[FlagsAttribute]
public enum Position
Members
  Member nameValueDescription
None0 All positions have this flag
First1 The first position.
Last2 The first position.
Only3 Position in an IEnumerableT of size 1.
See Also