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

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

공개 메소드들

메소드 설명
Add ( string identifier, object value ) : void
AddReserved ( string identifier ) : void
AddUnique ( string identifier, object value ) : string
Clear ( ) : void
CodeIdentifiers ( ) : System
CodeIdentifiers ( bool caseSensitive ) : System
IsInUse ( string identifier ) : bool
MakeRightCase ( string identifier ) : string
MakeUnique ( string identifier ) : string
Remove ( string identifier ) : void
RemoveReserved ( string identifier ) : void
ToArray ( Type type ) : object

비공개 메소드들

메소드 설명
Clone ( ) : CodeIdentifiers

메소드 상세

Add() 공개 메소드

public Add ( string identifier, object value ) : void
identifier string
value object
리턴 void

AddReserved() 공개 메소드

public AddReserved ( string identifier ) : void
identifier string
리턴 void

AddUnique() 공개 메소드

public AddUnique ( string identifier, object value ) : string
identifier string
value object
리턴 string

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CodeIdentifiers() 공개 메소드

public CodeIdentifiers ( ) : System
리턴 System

CodeIdentifiers() 공개 메소드

public CodeIdentifiers ( bool caseSensitive ) : System
caseSensitive bool
리턴 System

IsInUse() 공개 메소드

public IsInUse ( string identifier ) : bool
identifier string
리턴 bool

MakeRightCase() 공개 메소드

public MakeRightCase ( string identifier ) : string
identifier string
리턴 string

MakeUnique() 공개 메소드

public MakeUnique ( string identifier ) : string
identifier string
리턴 string

Remove() 공개 메소드

public Remove ( string identifier ) : void
identifier string
리턴 void

RemoveReserved() 공개 메소드

public RemoveReserved ( string identifier ) : void
identifier string
리턴 void

ToArray() 공개 메소드

public ToArray ( Type type ) : object
type System.Type
리턴 object