C# Class Rhino.ObjArray

Afficher le fichier Open project: hazzik/Rhino.Net Class Usage Examples

Méthodes publiques

Méthode Description
Add ( int index, object value ) : void
Add ( object value ) : void
Clear ( ) : void
Get ( int index ) : object
IndexOf ( object obj ) : int
IsEmpty ( ) : bool
IsSealed ( ) : bool
LastIndexOf ( object obj ) : int
ObjArray ( ) : System
Peek ( ) : object
Pop ( ) : object
Push ( object value ) : void
Remove ( int index ) : void
Seal ( ) : void
Set ( int index, object value ) : void
SetSize ( int newSize ) : void
Size ( ) : int
ToArray ( ) : object[]
ToArray ( object array ) : void
ToArray ( object array, int offset ) : void

Private Methods

Méthode Description
EnsureCapacity ( int minimalCapacity ) : void
GetImpl ( int index ) : object
OnEmptyStackTopRead ( ) : Exception
OnInvalidIndex ( int index, int upperBound ) : Exception
OnSeledMutation ( ) : Exception
ReadObject ( ObjectInputStream @is ) : void
SetImpl ( int index, object value ) : void
WriteObject ( ObjectOutputStream os ) : void

Method Details

Add() public méthode

public Add ( int index, object value ) : void
index int
value object
Résultat void

Add() public méthode

public Add ( object value ) : void
value object
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Get() public méthode

public Get ( int index ) : object
index int
Résultat object

IndexOf() public méthode

public IndexOf ( object obj ) : int
obj object
Résultat int

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

IsSealed() public méthode

public IsSealed ( ) : bool
Résultat bool

LastIndexOf() public méthode

public LastIndexOf ( object obj ) : int
obj object
Résultat int

ObjArray() public méthode

public ObjArray ( ) : System
Résultat System

Peek() public méthode

public Peek ( ) : object
Résultat object

Pop() public méthode

public Pop ( ) : object
Résultat object

Push() public méthode

public Push ( object value ) : void
value object
Résultat void

Remove() public méthode

public Remove ( int index ) : void
index int
Résultat void

Seal() public méthode

public Seal ( ) : void
Résultat void

Set() public méthode

public Set ( int index, object value ) : void
index int
value object
Résultat void

SetSize() public méthode

public SetSize ( int newSize ) : void
newSize int
Résultat void

Size() public méthode

public Size ( ) : int
Résultat int

ToArray() public méthode

public ToArray ( ) : object[]
Résultat object[]

ToArray() public méthode

public ToArray ( object array ) : void
array object
Résultat void

ToArray() public méthode

public ToArray ( object array, int offset ) : void
array object
offset int
Résultat void