System.Xml.XmlDictionaryWriter.WriteTextNode C# (CSharp) 메소드

WriteTextNode() 보호된 메소드

protected WriteTextNode ( System reader, bool isAttribute ) : void
reader System
isAttribute bool
리턴 void
        protected virtual void WriteTextNode(System.Xml.XmlDictionaryReader reader, bool isAttribute) { }
        public virtual void WriteValue(System.Guid value) { }

Same methods

XmlDictionaryWriter::WriteTextNode ( XmlDictionaryReader reader, bool isAttribute ) : void