Méthode | Description | |
---|---|---|
BaseIndexedObject ( ) : System | ||
BaseIndexedObject ( IBehavior behavior, int nvars ) : System | ||
BaseIndexedObject ( IBehavior behavior, object vars ) : System | ||
GetIndexedValue ( int nposition ) : object | ||
SetIndexedValue ( int nposition, object value ) : void |
public BaseIndexedObject ( IBehavior behavior, int nvars ) : System | ||
behavior | IBehavior | |
nvars | int | |
Résultat | System |
public BaseIndexedObject ( IBehavior behavior, object vars ) : System | ||
behavior | IBehavior | |
vars | object | |
Résultat | System |
public GetIndexedValue ( int nposition ) : object | ||
nposition | int | |
Résultat | object |
public SetIndexedValue ( int nposition, object value ) : void | ||
nposition | int | |
value | object | |
Résultat | void |