Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ _PropsNotEmpty()

static bool System.Data.XmlTreeGen._PropsNotEmpty ( PropertyCollection props)
inlinestaticprivate

Definition at line 294 of file XmlTreeGen.cs.

295 {
296 if (props != null)
297 {
298 return props.Count != 0;
299 }
300 return false;
301 }

References System.Xml.Dictionary.

Referenced by System.Data.XmlTreeGen.HaveExtendedProperties().