Class ValueStore.RootNode
Root named value node that has additional fields that only
apply to the root nodes.
Inheritance
System.Object
ValueStore.RootNode
Assembly: Trimmer.dll
Syntax
[Serializable]
public class RootNode : ValueStore.Node
Properties
|
Improve this Doc
View Source
Inclusion
Wether the option should be included in builds.
Declaration
public OptionInclusion Inclusion { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Clone()
Declaration
public override ValueStore.Node Clone()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides