PowerTools SPREAD for Windows Forms 8.0J
GetEnumerator メソッド (LightCollection)


コレクションを列挙する列挙子を取得します。
構文
'Declaration
 
Public Function GetEnumerator() As IEnumerator(Of Light)
'使用法
 
Dim instance As LightCollection
Dim value As IEnumerator(Of Light)
 
value = instance.GetEnumerator()
public IEnumerator<Light> GetEnumerator()

戻り値の型

コレクションを列挙する列挙子。
参照

LightCollection クラス
LightCollection メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.