CreateType() public method

public CreateType ( ) : Type
return System.Type
Beispiel #1
0
 public Type CreateType()
 {
     return(typeBuilder.CreateType());
 }