Property | Type | Description | |
---|---|---|---|
ArgType | DTypeInfo, | ||
Direction | DArgumentDirection | ||
Name | string |
Method | Description | |
---|---|---|
DArgumentInfo ( DTypeInfo, argType ) : System | ||
DArgumentInfo ( string name, DTypeInfo, argType ) : System | ||
DArgumentInfo ( string name, DTypeInfo, argType, DArgumentDirection direction ) : System |
public DArgumentInfo ( DTypeInfo, argType ) : System | ||
argType | DTypeInfo, | |
return | System |
public DArgumentInfo ( string name, DTypeInfo, argType ) : System | ||
name | string | |
argType | DTypeInfo, | |
return | System |
public DArgumentInfo ( string name, DTypeInfo, argType, DArgumentDirection direction ) : System | ||
name | string | |
argType | DTypeInfo, | |
direction | DArgumentDirection | |
return | System |