메소드 | 설명 | |
---|---|---|
ParameterAttribute ( string type, int order ) : System | ||
ParameterAttribute ( string type, string name = null, int order = 1 ) : System | ||
ParameterAttribute ( string type, string name, int order, bool indexed = false ) : System |
public ParameterAttribute ( string type, int order ) : System | ||
type | string | |
order | int | |
리턴 | System |
public ParameterAttribute ( string type, string name = null, int order = 1 ) : System | ||
type | string | |
name | string | |
order | int | |
리턴 | System |
public ParameterAttribute ( string type, string name, int order, bool indexed = false ) : System | ||
type | string | |
name | string | |
order | int | |
indexed | bool | |
리턴 | System |