'宣言 Public Shared Function GetTextFields(Of T As Class)( _ ByVal collectionView As ICollectionView(Of T), _ Optional ByVal includeNumbers As System.Boolean _ ) As System.Collections.Generic.IEnumerable(Of String)
public static System.Collections.Generic.IEnumerable<string> GetTextFields<T>( ICollectionView<T> collectionView, System.bool includeNumbers ) where T: class
パラメータ
- collectionView
 - The collection view.
 - includeNumbers
 - if set to 
trueit will return numeric fields. 
型パラメータ
- T