Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.InteropServices.CustomMarshalers.EnumeratorViewOfEnumVariant Class Referencesealed

Public Member Functions

 EnumeratorViewOfEnumVariant (IEnumVARIANT enumVariantObject)
 
unsafe bool MoveNext ()
 
void Reset ()
 
object GetUnderlyingObject ()
 

Properties

object Current [get]
 

Private Attributes

readonly IEnumVARIANT _enumVariantObject
 
bool _fetchedLastObject
 
readonly object[] _nextArray = new object[1]
 
object _current
 

Detailed Description

Definition at line 6 of file EnumeratorViewOfEnumVariant.cs.


The documentation for this class was generated from the following file: