Class Variable
Inheritance
System.Object
Variable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: OpenSilver.Compiler.TypeScriptDefToCSharp.dll
Syntax
public class Variable : Declaration, IDeclaration
Constructors
|
Improve this Doc
View Source
Variable(XElement, Declaration.Container<Declaration>, TypeScriptDefContext)
Declaration
public Variable(XElement elem, Declaration.Container<Declaration> super, TypeScriptDefContext context)
Parameters
|
Improve this Doc
View Source
Variable(Declaration.Container<Declaration>)
Declaration
public Variable(Declaration.Container<Declaration> super)
Parameters
Properties
|
Improve this Doc
View Source
hasString
Declaration
public bool hasString { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Optional
Declaration
public bool Optional { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Public
Declaration
public bool Public { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Static
Declaration
public bool Static { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Type
Declaration
public TSType Type { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
Implements
Extension Methods