영어에서 Enumerator 을 사용하는 예와 한국어로 번역
{-}
-
Colloquial
-
Ecclesiastic
-
Ecclesiastic
-
Programming
-
Computer
So this enumerator is just equal to 2.
Allowing attributes for namespaces and enumerators[16][17].
Some enumerator types may be built into the language.
Reset also brings the enumerator back to this position.
Enumerators only allow reading the data in the collection.
Reset also brings the enumerator back to this position.
All calls to Reset() must result in the same state for the enumerator.
The FileMode enumerator defines various methods for opening files.
Therefore, using foreach is recommended, instead of directly manipulating the enumerator.
Resets the enumerator to its initial position.
Some properties are set by using values from enumerators.
Defines size, enumerators, and synchronization methods for all nongeneric collections.
Iterator in the HashMap is fail-fast while the enumerator for the Hashtable isn't.
An enumerator cannot contain white space in its name.
Reset also brings the enumerator back to this position.
An enumerator that can be used to iterate through the collection.
In a package, looping is enabled by using a Foreach enumerator.
Defines an enumerator class that describes the simulation style of a font.
You must use the numeric value instead of the enumerator member name in the expression.
Bitwise operations performed on bit flags, which can enable an instance of enumeration type to store any combination of values defined in an enumerator list.
Comprehensions have the form for(enumerators) yield e,where enumerators refers to a semicolon-separated list of enumerators. .
The foreach statement of the C language(for each in C++, For Each in Visual Basic) hides the complexity of the enumerators.
IEnumerator. MoveNext if objects of a collection are modified after the enumerator is created.
The foreach statement of the C language(for each in C++,For Each in Visual Basic) hides the complexity of the enumerators.
By default, the first enumerator has the value 0, and the value of each successive enumerator is increased by 1.
All collections can be copied to an array using the CopyTo method; however, the order of the elements in the new array is based on the sequence in which the enumerator returns them.
By default the first enumerator isassigned the value 0, and the value of each subsequent enumerator is increased by one.
You can use an enumeration type to define bit flags, which enables an instance of the enumeration type to store any combination of the values that are defined in the enumerator list.
The enumerator does not have exclusive access to the collection; therefore, enumerating through a collection is intrinsically not a thread-safe procedure.
If MoveNext passes the end of the collection, the enumerator is positioned after the last element in the collection and MoveNext returns false.