Class Builder.CompiledNode
Inheritance
System.Object
Builder.CompiledNode
Implements
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: Lucene.Net.Util.Fst
Assembly: Lucene.Net.dll
Syntax
public sealed class CompiledNode : Builder.INode
Properties
| Improve this Doc View SourceIsCompiled
Declaration
public bool IsCompiled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Node
Declaration
public long Node { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |