GetElementType() public method

public GetElementType ( ) : Type
return System.Type
Ejemplo n.º 1
0
 public override Type GetElementType()
 {
     return(_tb.GetElementType());
 }
Ejemplo n.º 2
0
 // Get the element type.
 public override Type GetElementType()
 {
     return(builder.GetElementType());
 }