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

◆ SupportsType()

virtual bool System.Xml.Resolvers.XmlPreloadedResolver.PreloadedData.SupportsType ( Type type)
inlinepackagevirtualinherited

Reimplemented in System.Xml.Resolvers.XmlPreloadedResolver.StringData.

Definition at line 21 of file XmlPreloadedResolver.cs.

22 {
23 if (type == null || type == typeof(Stream))
24 {
25 return true;
26 }
27 return false;
28 }

References System.Xml.Dictionary, and System.type.