ENUMERATOR 한국어 뜻 - 한국어 번역 S

명사
열 거자
열거
enumeration
list
enumerated
open
enumerable
or
enumerator
number
the enumerator
enumerator

영어에서 Enumerator 을 사용하는 예와 한국어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
So this enumerator is just equal to 2.
그래서 이 분자는 단순히 2와 같습니다.
Allowing attributes for namespaces and enumerators[16][17].
네임스페이스와 열거형에 attribute 사용 가능[16][17].
Some enumerator types may be built into the language.
일부 열거자 자료형은 언어에 기본 소속되어 있을 수 있다.
Reset also brings the enumerator back to this position.
Reset 메서드 또한 다시이 위치로 열거자를 가져옵니다.
Enumerators only allow reading the data in the collection.
IEnumerator에서는 컬렉션의 데이터를 읽기만 할 수 있습니다.
Reset also brings the enumerator back to this position.
호출 된 Reset 메서드 또한 다시이 위치로 열거자를 가져옵니다.
All calls to Reset() must result in the same state for the enumerator.
에 대 한 모든 호출 Reset() 열거자에 대 한 동일한 상태의 결과 여야 합니다.
The FileMode enumerator defines various methods for opening files.
FileMode 열거자는 파일을 여는 다양한 방법을 정의합니다.
Therefore, using foreach is recommended, instead of directly manipulating the enumerator.
따라서 사용 하 여 foreach 열거자를 직접 조작 하는 대신 것이 좋습니다.
Resets the enumerator to its initial position.
열거자를 초기 위치로 다시 설정합니다. Resets the enumerator to its initial position.
Some properties are set by using values from enumerators.
일부 속성은 열거자의 값을 사용하여 설정됩니다. 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.
HashMap 의 iterator 는 fail-fast 인 반면 HashTable 의 enumerator 는 그렇지 않습니다.
An enumerator cannot contain white space in its name.
열거자의 이름에는 공백이 포함될 수 없습니다. An enumerator cannot contain white space in its name.
Reset also brings the enumerator back to this position.
Reset을 실행하면 열거자가 이 위치로 복원됩니다. Reset also brings the enumerator back to this position.
An enumerator that can be used to iterate through the collection.
컬렉션을 반복하는 데 사용할 수 있는 열거자입니다. An enumerator that can be used to iterate through the collection.
In a package, looping is enabled by using a Foreach enumerator.
패키지에서 Foreach 열거자를 사용하면 루프를 사용할 수 있습니다. In a package, looping is enabled by using a Foreach enumerator.
Defines an enumerator class that describes the simulation style of a font.
글꼴의 시뮬레이션 스타일을 설명하는 열거자 클래스를 정의합니다. 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.
식에는 열거자 멤버 이름 대신 숫자 값을 사용해야 합니다. 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..
컴프리헨션은 for (enumerators) yield e와 같은 형태를 가지며,여기서 enumerators는 세미콜론으로 구분된 이뉴머레이터들을 뜻한다.
The foreach statement of the C language(for each in C++, For Each in Visual Basic) hides the complexity of the enumerators.
다음 Visual Basic의 구문이 복잡 한 열거자를 숨깁니다. The C foreach of the C language and the For Each… Next construct in Visual Basic hides the complexity of enumerators.
IEnumerator. MoveNext if objects of a collection are modified after the enumerator is created.
열거자를 만든 후 컬렉션의 개체가 수정 되 면를 IEnumerator. MoveNext 합니다. 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.
의 foreach 문 C (의 C++for each, Visual Basic의 For Each ) 은 열거 자의 복잡 성 을 숨 깁니다. The foreach statement of the C ( for each in C ++, For Each in Visual Basic )hides the complexity of enumerators.
By default, the first enumerator has the value 0, and the value of each successive enumerator is increased by 1.
기본적으로 첫 번째 열거자 값은 0이며 그 이후의 열거자 값은 순서대로 1씩 증가됩니다. 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.
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.
기본적으로 첫 번째 열거자 값은 0이며 그 이후의 열거자 값은 순서대로 1씩 증가됩니다. By default, the first enumerator has the value 0,and the value of each successive enumerator is increased by 1.
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.
열거형 형식을 사용하여 비트 플래그를 정의할 수 있으며, 그러면 열거형 형식의 인스턴스에서 열거자 목록에 정의된 값의 조합을 저장할 수 있습니다. 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.
따라서 컬렉션을 열거 본질적으로 스레드로부터 안전한 프로시저가 아닙니다. The enumerator doesn't 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.
MoveNext에서 컬렉션의 끝을 지나면 컬렉션의 마지막 요소 뒤에 열거자가 위치하게 되고, MoveNext에서 false를 반환합니다. If MoveNext passes the end of the collection, the enumerator is positioned after the last element in the collection and MoveNext returns false.
결과: 62, 시각: 0.0505

문장에서 "enumerator"을 사용하는 방법

LLTD enumerator source code is not available.
The enumerator manifests his pity for Mr.
This enumerator left all Dwelling Numbers blank.
Exposes an enumerator over the event fields.
I asking about Enumerator methods being lazy.
Returns an enumerator for the entire ArrayList.
CICS transaction ID enumerator for IBM mainframes.
The enumerator selects samples from private households.
Rainwater was the census enumerator for ED2.
Reset Reset the enumerator to the beginning.
자세히보기
S

의 동의어 Enumerator

census taker

최고 사전 질의

영어 - 한국어