Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
AddConstraint ( string constraint ) : void |
Adds a constraint for the type parameter.
|
|
Clone ( ) : object |
Creates a clone of this instance.
|
|
TypeParameter ( ) : System |
Creates a new TypeParameter.
|
|
TypeParameter ( string name ) : System |
Creates a new TypeParameter.
|
public AddConstraint ( string constraint ) : void | ||
constraint | string | The constraint. |
Résultat | void |
public TypeParameter ( string name ) : System | ||
name | string | The type parameter name. |
Résultat | System |