GrapeCity SPREAD for Windows Forms 11.0J
GetEnumerator メソッド (DetachmentCollection)


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

戻り値の型

コレクションの列挙に使用できる列挙子。
参照

DetachmentCollection クラス
DetachmentCollection メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.