Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Struct: RT.Servers.WValue

Summary

Encapsulates a string value that can additionally be either weak or not.

Constructors

WValue(string value)
Constructs a non-weak value.
WValue(string value, bool weak)
Constructor.

Instance methods

string
  • Overrides: object.ToString()
Override; see base.

Instance properties

stringGets or sets the value.
boolGets or sets whether the value is “weak”.