Public Member Functions | |
| Attribute (string name, List positional, IDictionary named) | |
| Creates an attribute with the given positional and named arguments. | |
| override string | ToString () |
| Returns a C# representation of this attribute. | |
Public Attributes | |
| string | name |
| List | positional |
| IDictionary | named |
|
||||||||||||||||
|
Creates an attribute with the given positional and named arguments.
|
|
|
Returns a C# representation of this attribute.
|
|
|
|
|
|
|
|
|
|
1.3.7