Class EnumValue
Inheritance
System.Object
EnumValue
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: LdtkParser.Layers
Assembly: LdtkParser.dll
Syntax
public class EnumValue
Constructors
EnumValue(String, String)
Declaration
public EnumValue(string value, string enumType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value | |
| System.String | enumType |
Properties
EnumType
Declaration
public string EnumType { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Value
Declaration
public string Value { get; }
Property Value
| Type | Description |
|---|---|
| System.String |