Represents a list of ComputeEvent
s.
More...
Public Member Functions | |
ComputeEventList () | |
Creates an empty ComputeEventList . | |
ComputeEventList (IList< ComputeEvent > events) | |
Creates a new ComputeEventList from an existing list of ComputeEvent s. | |
void | Wait () |
Waits on the host thread for the ComputeEvent s in the ComputeEventList to complete. | |
int | IndexOf (ComputeEvent item) |
void | Insert (int index, ComputeEvent item) |
void | RemoveAt (int index) |
void | Add (ComputeEvent item) |
void | Clear () |
bool | Contains (ComputeEvent item) |
void | CopyTo (ComputeEvent[] array, int arrayIndex) |
bool | Remove (ComputeEvent item) |
IEnumerator< ComputeEvent > | GetEnumerator () |
Properties | |
ComputeEvent | this [int index] [get, set] |
int | Count [get] |
bool | IsReadOnly [get] |
Represents a list of ComputeEvent
s.
Cloo.ComputeEventList.ComputeEventList | ( | ) |
Creates an empty ComputeEventList
.
Cloo.ComputeEventList.ComputeEventList | ( | IList< ComputeEvent > | events | ) |
Creates a new ComputeEventList
from an existing list of ComputeEvent
s.
events | A list of ComputeEvent s. |
void Cloo.ComputeEventList.Add | ( | ComputeEvent | item | ) |
void Cloo.ComputeEventList.Clear | ( | ) |
bool Cloo.ComputeEventList.Contains | ( | ComputeEvent | item | ) |
void Cloo.ComputeEventList.CopyTo | ( | ComputeEvent[] | array, | |
int | arrayIndex | |||
) |
IEnumerator<ComputeEvent> Cloo.ComputeEventList.GetEnumerator | ( | ) |
int Cloo.ComputeEventList.IndexOf | ( | ComputeEvent | item | ) |
void Cloo.ComputeEventList.Insert | ( | int | index, | |
ComputeEvent | item | |||
) |
bool Cloo.ComputeEventList.Remove | ( | ComputeEvent | item | ) |
void Cloo.ComputeEventList.RemoveAt | ( | int | index | ) |
void Cloo.ComputeEventList.Wait | ( | ) |
Waits on the host thread for the ComputeEvent
s in the ComputeEventList
to complete.
int Cloo.ComputeEventList.Count [get] |
bool Cloo.ComputeEventList.IsReadOnly [get] |
ComputeEvent Cloo.ComputeEventList.this[int index] [get, set] |