ConstructiondeserializeLinks Method |
[Missing <summary> documentation for "M:Planetbase.Construction.deserializeLinks(System.Xml.XmlNode)"]
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic static List<Construction> deserializeLinks(
XmlNode constructionNode
)
Public Shared Function deserializeLinks (
constructionNode As XmlNode
) As List(Of Construction)
public:
static List<Construction^>^ deserializeLinks(
XmlNode^ constructionNode
)
Parameters
- constructionNode
- Type: System.XmlXmlNode
[Missing <param name="constructionNode"/> documentation for "M:Planetbase.Construction.deserializeLinks(System.Xml.XmlNode)"]
Return Value
Type:
ListConstruction[Missing <returns> documentation for "M:Planetbase.Construction.deserializeLinks(System.Xml.XmlNode)"]
See Also