Class FileVariable<T>
A generic class that is used to act as a base for other file variable classes to specialize and inherit from
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dxflib.IO.Header
Assembly: Dxflib.dll
Syntax
public class FileVariable<T>
Type Parameters
Name | Description |
---|---|
T | The Typename of the file variable |
Constructors
| Improve this Doc View SourceFileVariable(String)
The main constructor for the FileVariable Class. This Constructor will set the variable name.
Declaration
protected FileVariable(string variableName)
Parameters
Type | Name | Description |
---|---|---|
System.String | variableName |
Properties
| Improve this Doc View SourceValue
The Variables Value
Declaration
public virtual T Value { get; set; }
Property Value
Type | Description |
---|---|
T |
VariableName
The Variable Name
Declaration
public string VariableName { get; }
Property Value
Type | Description |
---|---|
System.String |