Class CudaManagedMemoryEnumerator_uint4
Enumerator class for CudaManagedMemory_uint4
Inheritance
System.Object
CudaManagedMemoryEnumerator_uint4
Implements
System.Collections.Generic.IEnumerator<uint4>
System.Collections.IEnumerator
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ManagedCuda
Assembly: ManagedCuda.dll
Syntax
public class CudaManagedMemoryEnumerator_uint4 : IEnumerator<uint4>, IEnumerator, IDisposable
Constructors
| Improve this Doc View SourceCudaManagedMemoryEnumerator_uint4(CudaManagedMemory_uint4)
Declaration
public CudaManagedMemoryEnumerator_uint4(CudaManagedMemory_uint4 memory)
Parameters
Type | Name | Description |
---|---|---|
CudaManagedMemory_uint4 | memory |
Properties
| Improve this Doc View SourceCurrent
Declaration
public uint4 Current { get; }
Property Value
Type | Description |
---|---|
uint4 |
Methods
| Improve this Doc View SourceMoveNext()
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
System.Boolean |
Reset()
Declaration
public void Reset()
Explicit Interface Implementations
| Improve this Doc View SourceIEnumerator.Current
Declaration
object IEnumerator.Current { get; }
Returns
Type | Description |
---|---|
System.Object |
IDisposable.Dispose()
Declaration
void IDisposable.Dispose()
Implements
System.Collections.Generic.IEnumerator<T>
System.Collections.IEnumerator
System.IDisposable