Method GetEnumerator
GetEnumerator()
Returns an enumerator that iterates through the collection.
선언
public IEnumerator<KeyValuePair<int, DecalSystem.CullResult.Set>> GetEnumerator()
반환
| 타입 | 설명 |
|---|---|
| IEnumerator<KeyValuePair<int, DecalSystem.CullResult.Set>> | An enumerator that can be used to iterate through the collection. |