C# Class OpenSim.Region.ScriptEngine.Shared.LSL_Types.LSLString

Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Свойство Type Description
m_string string

Méthodes publiques

Méthode Description
Contains ( string value ) : bool
Equals ( object o ) : bool
GetHashCode ( ) : int
IndexOf ( string value ) : int
LSLString ( LSLFloat f ) : System
LSLString ( LSLInteger i ) : System
LSLString ( double d ) : System
LSLString ( string s ) : System
ToString ( ) : string
ToString ( LSLString s ) : string
operator ( ) : LSLString
operator ( ) : bool

Method Details

Contains() public méthode

public Contains ( string value ) : bool
value string
Résultat bool

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IndexOf() public méthode

public IndexOf ( string value ) : int
value string
Résultat int

LSLString() public méthode

public LSLString ( LSLFloat f ) : System
f LSLFloat
Résultat System

LSLString() public méthode

public LSLString ( LSLInteger i ) : System
i LSLInteger
Résultat System

LSLString() public méthode

public LSLString ( double d ) : System
d double
Résultat System

LSLString() public méthode

public LSLString ( string s ) : System
s string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public static méthode

public static ToString ( LSLString s ) : string
s LSLString
Résultat string

operator() public static méthode

public static operator ( ) : LSLString
Résultat LSLString

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

m_string public_oe property

public string m_string
Résultat string