Метод | Описание | |
---|---|---|
Add ( |
Adds a Quaternion to the end of the
|
|
AddRange ( |
Adds the elements of a Quaternion array to the current
|
|
AddRange ( |
Adds the elements of another
|
|
Clear ( ) : void |
Removes all elements from the
|
|
Clone ( ) : object |
Creates a shallow copy of the QuaternionCollection.
|
|
Contains ( |
Determines whether a given Quaternion is in the
|
|
CopyTo ( |
Copies the entire
|
|
CopyTo ( |
Copies the entire
|
|
GetEnumerator ( ) : IQuaternionCollectionEnumerator |
Returns an enumerator that can iterate through the
|
|
ICollection ( |
||
IList ( int pos ) : void | ||
IList ( int pos, object x ) : void | ||
IList ( object x ) : void | ||
IndexOf ( |
Returns the zero-based index of the first occurrence of a Quaternion in the
|
|
Insert ( int index, |
Inserts an element into the
|
|
QuaternionCollection ( ) : System |
Initializes a new instance of the
|
|
QuaternionCollection ( |
Initializes a new instance of the
|
|
QuaternionCollection ( |
Initializes a new instance of the
|
|
QuaternionCollection ( int capacity ) : System |
Initializes a new instance of the
|
|
ReadOnly ( |
Creates a read-only wrapper for a
|
|
Remove ( |
Removes the first occurrence of a specific Quaternion from the
|
|
RemoveAt ( int index ) : void |
Removes the element at the specified index of the
|
|
Synchronized ( |
Creates a synchronized (thread-safe) wrapper for a
|
|
TrimToSize ( ) : void |
Sets the capacity to the actual number of elements.
|
|
this ( int index ) : |
Gets or sets the Quaternion at the specified index.
|
|
this ( int i ) : objectIList.System |
Метод | Описание | |
---|---|---|
QuaternionCollection ( Tag t ) : System |
Метод | Описание | |
---|---|---|
EnsureCapacity ( int min ) : void | ||
IEnumerable ( ) : IEnumerator | ||
IList ( object x ) : bool | ||
IList ( object x ) : int | ||
ValidateIndex ( int i ) : void | ||
ValidateIndex ( int i, bool allowEqualEnd ) : void |
public Add ( |
||
item | The |
|
Результат | int |
public AddRange ( |
||
x | The |
|
Результат | int |
public AddRange ( |
||
x | The |
|
Результат | int |
public Contains ( |
||
item | The |
|
Результат | bool |
public CopyTo ( |
||
array | The one-dimensional |
|
Результат | void |
public CopyTo ( |
||
array | The one-dimensional |
|
start | int | The zero-based index in |
Результат | void |
public GetEnumerator ( ) : IQuaternionCollectionEnumerator | ||
Результат | IQuaternionCollectionEnumerator |
public ICollection ( |
||
array | ||
start | int | |
Результат | void |
public IndexOf ( |
||
item | The |
|
Результат | int |
public Insert ( int index, |
||
index | int | The zero-based index at which |
item | The |
|
Результат | void |
public QuaternionCollection ( |
||
a | The |
|
Результат | System |
public QuaternionCollection ( |
||
c | The |
|
Результат | System |
protected QuaternionCollection ( Tag t ) : System | ||
t | Tag | |
Результат | System |
public QuaternionCollection ( int capacity ) : System | ||
capacity | int |
/// The number of elements that the new |
Результат | System |
public static ReadOnly ( |
||
list | ||
Результат |
public Remove ( |
||
item | The |
|
Результат | void |
public RemoveAt ( int index ) : void | ||
index | int | The zero-based index of the element to remove. |
Результат | void |
public static Synchronized ( |
||
list | ||
Результат |
public this ( int index ) : |
||
index | int | The zero-based index of the element to get or set. |
Результат |
public this ( int i ) : objectIList.System | ||
i | int | |
Результат | objectIList.System |