C# Class System.Xml.Serialization.CodeIdentifiers

Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
Clone ( ) : CodeIdentifiers

Method Details

Add() public method

public Add ( string identifier, object value ) : void
identifier string
value object
return void

AddReserved() public method

public AddReserved ( string identifier ) : void
identifier string
return void

AddUnique() public method

public AddUnique ( string identifier, object value ) : string
identifier string
value object
return string

Clear() public method

public Clear ( ) : void
return void

CodeIdentifiers() public method

public CodeIdentifiers ( ) : System
return System

CodeIdentifiers() public method

public CodeIdentifiers ( bool caseSensitive ) : System
caseSensitive bool
return System

IsInUse() public method

public IsInUse ( string identifier ) : bool
identifier string
return bool

MakeRightCase() public method

public MakeRightCase ( string identifier ) : string
identifier string
return string

MakeUnique() public method

public MakeUnique ( string identifier ) : string
identifier string
return string

Remove() public method

public Remove ( string identifier ) : void
identifier string
return void

RemoveReserved() public method

public RemoveReserved ( string identifier ) : void
identifier string
return void

ToArray() public method

public ToArray ( Type type ) : object
type System.Type
return object