C# Class UnityScript.Lang.ListUpdateableEnumerator

Inheritance: IEnumerator
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Protected Properties

Свойство Type Description
_current int
_list IList

Méthodes publiques

Méthode Description
ListUpdateableEnumerator ( IList list ) : System
MoveNext ( ) : bool
Reset ( ) : void
Update ( object newValue ) : void

Method Details

ListUpdateableEnumerator() public méthode

public ListUpdateableEnumerator ( IList list ) : System
list IList
Résultat System

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void

Update() public méthode

public Update ( object newValue ) : void
newValue object
Résultat void

Property Details

_current protected_oe property

protected int _current
Résultat int

_list protected_oe property

protected IList _list
Résultat IList