Метод | Описание | |
---|---|---|
NewTypeAttribute ( string newTypeName = null, string newNamespace = null ) : System |
|
Метод | Описание | |
---|---|---|
NewTypeAttribute ( bool isImplicit, string newTypeName = null, string newNamespace = null ) : System |
Creates a new NewTypeAttribute, possibly marking the type as implicit.
|
public NewTypeAttribute ( string newTypeName = null, string newNamespace = null ) : System | ||
newTypeName | string | The short name under which the type is introduced. If |
newNamespace | string | The namespace under which the type will be introduced. May contain dots. If |
Результат | System |