Index property
Namespace:
Hyleos.Common
Assembly:
Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)
Syntax
| C# |
|---|
public int Index { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Index As Integer |
| Visual C++ |
|---|
public:
property int Index {
int get ();
void set (int value);
} |
See Also