Class ElectiveExtensions.DefineSymbolItem
Inheritance
ElectiveExtensions.DefineSymbolItem
Assembly: Unity.MARS.Editor.dll
Syntax
[Obsolete]
public class ElectiveExtensions.DefineSymbolItem
Constructors
DefineSymbolItem(string, bool, bool)
Declaration
[Obsolete]
public DefineSymbolItem(string name, bool required, bool present = false)
Parameters
Properties
Name
Declaration
[Obsolete]
public string Name { get; }
Property Value
Present
Declaration
[Obsolete]
public bool Present { get; }
Property Value
Required
Declaration
[Obsolete]
public bool Required { get; }
Property Value