T_Furcadia_Net_Web_IVariable - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

IVariable Interface

This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]

[Missing

documentation for "T:Furcadia.Net.Web.IVariable"]

Namespace: Furcadia.Net.Web
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43

Syntax

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.

Properties

 

Name Description
Public property IsConstant
Public property Name
Public property Value
  Back to Top

Methods

 

Name Description
Public method Equals Indicates whether the current object is equal to another object of the same type. (Inherited from IEquatable(IVariable).)
  Back to Top

See Also

Reference

Furcadia.Net.Web Namespace

⚠️ **GitHub.com Fallback** ⚠️