[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Jgr.IO.Parser.DataTreePath`1"]
Declaration Syntax
C# | Visual Basic | Visual C++ |
[ImmutableAttribute] public class DataTreePath<T> : ReadOnlyCollection<DataTreePathStep>
<ImmutableAttribute> _ Public Class DataTreePath(Of T) _ Inherits ReadOnlyCollection(Of DataTreePathStep)
[ImmutableAttribute] generic<typename T> public ref class DataTreePath : public ReadOnlyCollection<DataTreePathStep^>
Generic Template Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:Jgr.IO.Parser.DataTreePath`1"]
Members
All Members | Constructors | Methods | Properties | Fields | |
Inheritance Hierarchy
Object | ||
ReadOnlyCollection<(Of <(<'DataTreePathStep>)>)> | ||
DataTreePath<(Of <(<'T>)>)> |