T_Furcadia_Net_Web_IVariable - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
[Missing
Namespace: Furcadia.Net.Web
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public interface IVariable : IEquatable<IVariable>
VB
Public Interface IVariable
Inherits IEquatable(Of IVariable)
VB Usage
Dim instance As IVariable
C++
public interface class IVariable : IEquatable<IVariable^>
F#
type IVariable =
interface
interface IEquatable<IVariable>
end
The IVariable type exposes the following members.
Name | Description | |
---|---|---|
IsConstant | ||
Name | ||
Value |
Name | Description | |
---|---|---|
Equals | Indicates whether the current object is equal to another object of the same type. (Inherited from IEquatable(IVariable).) |