C# 클래스 System.Xml.XmlBinaryNodeWriter.AttributeValue

파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
Clear ( ) : void
WriteBase64Text ( byte trailBytes, int trailByteCount, byte buffer, int offset, int count ) : void
WriteText ( XmlDictionaryString s ) : void
WriteText ( string s ) : void
WriteTo ( XmlBinaryNodeWriter writer ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

WriteBase64Text() 공개 메소드

public WriteBase64Text ( byte trailBytes, int trailByteCount, byte buffer, int offset, int count ) : void
trailBytes byte
trailByteCount int
buffer byte
offset int
count int
리턴 void

WriteText() 공개 메소드

public WriteText ( XmlDictionaryString s ) : void
s XmlDictionaryString
리턴 void

WriteText() 공개 메소드

public WriteText ( string s ) : void
s string
리턴 void

WriteTo() 공개 메소드

public WriteTo ( XmlBinaryNodeWriter writer ) : void
writer XmlBinaryNodeWriter
리턴 void