Inherits IList< T >.
|
| ArraySegment (T[] array) |
|
| ArraySegment (T[] array, int offset, int count) |
|
void ICollection< T >. | Add (T item) |
|
void ICollection< T >. | Clear () |
|
bool ICollection< T >. | Contains (T item) |
|
void ICollection< T >. | CopyTo (T[] array, int arrayIndex) |
|
bool | Equals (ArraySegment< T > obj) |
|
override bool | Equals (Object obj) |
|
IEnumerator< T > IEnumerable< T >. | GetEnumerator () |
|
IEnumerator IEnumerable. | GetEnumerator () |
|
override int | GetHashCode () |
|
int IList< T >. | IndexOf (T item) |
|
void IList< T >. | Insert (int index, T item) |
|
bool ICollection< T >. | Remove (T item) |
|
void IList< T >. | RemoveAt (int index) |
|
|
T[] | Array [get] |
|
int | Count [get] |
|
bool ICollection< T >. | IsReadOnly [get] |
|
int | Offset [get] |
|
T IList< T >. | this[int index] [get, set] |
|
The documentation for this struct was generated from the following file:
- /home/jenkins/ci/cgrepo/appsdk/VRay_SDK_CSharp/VRay_SDK_CSharp/Types/Utils/Helper.cs