NavigableSymbolSet Class
Stores the results of a navigable symbol request.
public class NavigableSymbolSet : INavigableSymbolSet
- Inheritance:
- object object
- Implements:
- INavigableSymbolSet
Constructors
NavigableSymbolSet(IEnumerable<INavigableSymbol>?)
Stores the results of a navigable symbol request.
public NavigableSymbolSet(IEnumerable<INavigableSymbol>? symbols = null)
| Parameter | Type | Description |
|---|---|---|
| symbols | IEnumerable<INavigableSymbol> | The collection of INavigableSymbol objects. |
Properties
IsPartial
Indicates whether the set contains a partial set of results, that may require re-querying as context changes.
public bool IsPartial { get; set; }
Property Value
- bool:
trueif the set contains a partial set of results; otherwise,false.
Symbols
The collection of INavigableSymbol objects.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()