C# 클래스 System.Xml.XmlDictionaryString

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string
XmlDictionaryString ( System dictionary, string value, int key )
XmlDictionaryString ( IXmlDictionary dictionary, string value, int key ) : System

비공개 메소드들

메소드 설명
GetString ( XmlDictionaryString s ) : string
ToUTF8 ( ) : byte[]

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

XmlDictionaryString() 공개 메소드

public XmlDictionaryString ( System dictionary, string value, int key )
dictionary System
value string
key int

XmlDictionaryString() 공개 메소드

public XmlDictionaryString ( IXmlDictionary dictionary, string value, int key ) : System
dictionary IXmlDictionary
value string
key int
리턴 System