VRay SDK for C#
Loading...
Searching...
No Matches
VRay.ArraySegment< T > Struct Template Reference

Inherits IList< T >.

Public Member Functions

 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)
 

Static Public Member Functions

static bool operator!= (ArraySegment< T > a, ArraySegment< T > b)
 
static bool operator== (ArraySegment< T > a, ArraySegment< T > b)
 

Properties

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: