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

Mostra file Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
value string

Public Methods

Method Description
Equals ( object o ) : bool
GetHashCode ( ) : int
Parse2Key ( string s ) : bool
ToString ( ) : string
key ( string s ) : System
operator ( ) : bool

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Parse2Key() static public method

static public Parse2Key ( string s ) : bool
s string
return bool

ToString() public method

public ToString ( ) : string
return string

key() public method

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

operator() public static method

public static operator ( ) : bool
return bool

Property Details

value public_oe property

public string value
return string