GetEnumerator
BehaviorPropertyCollection.GetEnumerator 方法
返回一个枚举器,可以遍历集合。
public IEnumerator<IBehaviorProperty> GetEnumerator()
返回值
一个可以用于遍历集合的 IEnumerator。
返回一个枚举器,可以遍历集合。
public IEnumerator<IBehaviorProperty> GetEnumerator()
一个可以用于遍历集合的 IEnumerator。