GetElementType() public method

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