|
| string | Class [get, set] |
| |
| int | LineNumber [get, set] |
| | Gets the line number in the source file where this element occurs.
|
| |
| int | LinePosition [get, set] |
| | Gets the line position in the source file where this element occurs.
|
| |
|
| static void | Load (MapXmlElement e, XElement element) |
| | Loads the XML element into the instance.
|
| |
Definition at line 34 of file Castclass_impl.cs.
◆ Castclass_impl()
| IKVM.Tools.Importer.MapXml.Castclass_impl.Castclass_impl |
( |
| ) |
|
◆ Read()
| static new Castclass_impl IKVM.Tools.Importer.MapXml.Castclass_impl.Read |
( |
XElement | element | ) |
|
|
static |
Reads the XML element into a new Castclass_impl instance.
- Parameters
-
- Returns
Definition at line 42 of file Castclass_impl.cs.
43 {
46 inst.Class = (string)element.Attribute("class");
47 return inst;
48 }
◆ Class
| string IKVM.Tools.Importer.MapXml.Castclass_impl.Class |
|
getset |
The documentation for this class was generated from the following file: