C# Class UnityScript.Lang.ListUpdateableEnumerator

Inheritance: IEnumerator
Datei anzeigen Open project: CarlosHBC/UnityDecompiled

Protected Properties

Property Type Description
_current int
_list IList

Public Methods

Method Description
ListUpdateableEnumerator ( IList list ) : System
MoveNext ( ) : bool
Reset ( ) : void
Update ( object newValue ) : void

Method Details

ListUpdateableEnumerator() public method

public ListUpdateableEnumerator ( IList list ) : System
list IList
return System

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void

Update() public method

public Update ( object newValue ) : void
newValue object
return void

Property Details

_current protected_oe property

protected int _current
return int

_list protected_oe property

protected IList _list
return IList