Click or drag to resize
ChallengegetEnumAttributeT Method

[Missing <summary> documentation for "M:Planetbase.Challenge.getEnumAttribute``1(System.Xml.XmlElement,System.String)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public T getEnumAttribute<T>(
	XmlElement node,
	string name
)

Parameters

node
Type: System.XmlXmlElement

[Missing <param name="node"/> documentation for "M:Planetbase.Challenge.getEnumAttribute``1(System.Xml.XmlElement,System.String)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Planetbase.Challenge.getEnumAttribute``1(System.Xml.XmlElement,System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Planetbase.Challenge.getEnumAttribute``1(System.Xml.XmlElement,System.String)"]

Return Value

Type: T

[Missing <returns> documentation for "M:Planetbase.Challenge.getEnumAttribute``1(System.Xml.XmlElement,System.String)"]

See Also