C# Class System.Configuration.CommaDelimitedStringCollection

Inheritance: System.Collections.Specialized.StringCollection
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Add ( string value ) : void
AddRange ( string range ) : void
Clear ( ) : void
Clone ( ) : CommaDelimitedStringCollection
CommaDelimitedStringCollection ( ) : System
Insert ( int index, string value ) : void
Remove ( string value ) : void
SetReadOnly ( ) : void
ToString ( ) : string
this ( int index ) : string

Private Methods

Method Description
FromString ( string list ) : void
ThrowIfContainsDelimiter ( string value ) : void
ThrowIfReadOnly ( ) : void

Method Details

Add() public method

public Add ( string value ) : void
value string
return void

AddRange() public method

public AddRange ( string range ) : void
range string
return void

Clear() public method

public Clear ( ) : void
return void

Clone() public method

public Clone ( ) : CommaDelimitedStringCollection
return CommaDelimitedStringCollection

CommaDelimitedStringCollection() public method

public CommaDelimitedStringCollection ( ) : System
return System

Insert() public method

public Insert ( int index, string value ) : void
index int
value string
return void

Remove() public method

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

SetReadOnly() public method

public SetReadOnly ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( int index ) : string
index int
return string