C# 클래스 System.Xml.Serialization.XmlAnyElementAttributes

상속: IList
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Add ( XmlAnyElementAttribute attribute ) : int
Contains ( XmlAnyElementAttribute attribute ) : bool
CopyTo ( XmlAnyElementAttribute array, int index ) : void
IndexOf ( XmlAnyElementAttribute attribute ) : int
Insert ( int index, XmlAnyElementAttribute attribute ) : void
Remove ( XmlAnyElementAttribute attribute ) : void
this ( int index ) : XmlAnyElementAttribute

메소드 상세

Add() 공개 메소드

public Add ( XmlAnyElementAttribute attribute ) : int
attribute XmlAnyElementAttribute
리턴 int

Contains() 공개 메소드

public Contains ( XmlAnyElementAttribute attribute ) : bool
attribute XmlAnyElementAttribute
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( XmlAnyElementAttribute array, int index ) : void
array XmlAnyElementAttribute
index int
리턴 void

IndexOf() 공개 메소드

public IndexOf ( XmlAnyElementAttribute attribute ) : int
attribute XmlAnyElementAttribute
리턴 int

Insert() 공개 메소드

public Insert ( int index, XmlAnyElementAttribute attribute ) : void
index int
attribute XmlAnyElementAttribute
리턴 void

Remove() 공개 메소드

public Remove ( XmlAnyElementAttribute attribute ) : void
attribute XmlAnyElementAttribute
리턴 void

this() 공개 메소드

public this ( int index ) : XmlAnyElementAttribute
index int
리턴 XmlAnyElementAttribute