[This is preliminary documentation and is subject to change.]

Gets minimum index that can be used

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int MinIndex { get; }
Public ReadOnly Property MinIndex As Integer
public:
property int MinIndex {
	int get ();
}

See Also