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

Mostrar archivo Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
m_string string

Public Methods

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

public Contains ( string value ) : bool
value string
return bool

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IndexOf() public method

public IndexOf ( string value ) : int
value string
return int

LSLString() public method

public LSLString ( LSLFloat f ) : System
f LSLFloat
return System

LSLString() public method

public LSLString ( LSLInteger i ) : System
i LSLInteger
return System

LSLString() public method

public LSLString ( double d ) : System
d double
return System

LSLString() public method

public LSLString ( string s ) : System
s string
return System

ToString() public method

public ToString ( ) : string
return string

ToString() public static method

public static ToString ( LSLString s ) : string
s LSLString
return string

operator() public static method

public static operator ( ) : LSLString
return LSLString

operator() public static method

public static operator ( ) : bool
return bool

Property Details

m_string public_oe property

public string m_string
return string