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