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