C# 클래스 System.Runtime.Serialization.AttributeData.ElementData.ElementData

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

공개 프로퍼티들

프로퍼티 타입 설명
attributeCount int
attributes System.Runtime.Serialization.AttributeData[]
childElementIndex int
dataNode IDataNode
localName string
ns string
prefix string

공개 메소드들

메소드 설명
AddAttribute ( string prefix, string ns, string name, string value ) : void

비공개 메소드들

메소드 설명
GrowAttributesIfNeeded ( ) : void

메소드 상세

AddAttribute() 공개 메소드

public AddAttribute ( string prefix, string ns, string name, string value ) : void
prefix string
ns string
name string
value string
리턴 void

프로퍼티 상세

attributeCount 공개적으로 프로퍼티

public int attributeCount
리턴 int

attributes 공개적으로 프로퍼티

public AttributeData[],System.Runtime.Serialization attributes
리턴 System.Runtime.Serialization.AttributeData[]

childElementIndex 공개적으로 프로퍼티

public int childElementIndex
리턴 int

dataNode 공개적으로 프로퍼티

public IDataNode dataNode
리턴 IDataNode

localName 공개적으로 프로퍼티

public string localName
리턴 string

ns 공개적으로 프로퍼티

public string ns
리턴 string

prefix 공개적으로 프로퍼티

public string prefix
리턴 string