C# Class TeamSpeak3QueryApi.Net.ParameterValueArray

Represents the value of a parameter which consits of a multiple values.
Inheritance: IParameterValue
Afficher le fichier Open project: nikeee/TeamSpeak3QueryAPI Class Usage Examples

Méthodes publiques

Méthode Description
CreateParameterLine ( string parameterName ) : string

Creates an escaped string representation of the parameter value.

ParameterValueArray ( ) : System.Linq

Creates a new instance of T:TeamSpeak3QueryApi.Net.ParameterValue using as a value.

ParameterValueArray ( ParameterValue sourceArray ) : System.Linq

Creates a new instance of T:TeamSpeak3QueryApi.Net.ParameterValue using the specified T:System.String[] as a value.

ToString ( ) : string

Returns a string that represents the current object.

Method Details

CreateParameterLine() public méthode

Creates an escaped string representation of the parameter value.
public CreateParameterLine ( string parameterName ) : string
parameterName string
Résultat string

ParameterValueArray() public méthode

Creates a new instance of T:TeamSpeak3QueryApi.Net.ParameterValue using as a value.
public ParameterValueArray ( ) : System.Linq
Résultat System.Linq

ParameterValueArray() public méthode

Creates a new instance of T:TeamSpeak3QueryApi.Net.ParameterValue using the specified T:System.String[] as a value.
public ParameterValueArray ( ParameterValue sourceArray ) : System.Linq
sourceArray ParameterValue The values.
Résultat System.Linq

ToString() public méthode

Returns a string that represents the current object.
public ToString ( ) : string
Résultat string