Class GroupDescList
Inheritance
GroupDescList
Syntax
[Serializable]
public class GroupDescList
Constructors
GroupDescList(int)
Declaration
public GroupDescList(int size)
Parameters
Type |
Name |
Description |
int |
size |
|
GroupDescList(GroupDesc[])
Declaration
public GroupDescList(GroupDesc[] tab)
Parameters
Fields
list
Declaration
Field Value
Properties
this[int]
Declaration
public GroupDesc this[int index] { get; set; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
length
Declaration
public int length { get; }
Property Value
Operators
implicit operator GroupDesc[](GroupDescList)
Declaration
public static implicit operator GroupDesc[](GroupDescList o)
Parameters
Returns