GetElementType() public méthode

public GetElementType ( ) : Type
Résultat System.Type
Exemple #1
0
 public override Type GetElementType()
 {
     return(_tb.GetElementType());
 }
Exemple #2
0
 // Get the element type.
 public override Type GetElementType()
 {
     return(builder.GetElementType());
 }