System.Runtime.Serialization.XmlFormatWriterGenerator.XmlFormatWriterGenerator.CriticalHelper.NeedsPrefix C# (CSharp) 메소드

NeedsPrefix() 개인적인 메소드

private NeedsPrefix ( Type type, XmlDictionaryString ns ) : bool
type System.Type
ns System.Xml.XmlDictionaryString
리턴 bool
            private bool NeedsPrefix(Type type, XmlDictionaryString ns)
            {
                return type == Globals.TypeOfXmlQualifiedName && (ns != null && ns.Value != null && ns.Value.Length > 0);
            }