Directive | Meaning |
---|---|
x:Name | Name of an element. |
x:Class | Name of type being defined. |
x:Static | Static field or property. |
x:Type | CLR type equivalent to Type.GetType( ). |
x:TypeArguments | Generic type arguments. |
x:ClassModifier | Defines a class as public, private or internal. |
x:Array | Creates a CLR array. |
x:Code | Specifies inline code. |
x:Null | Creates a null value. |