Class TWithPath<T>
- Namespace
- SunamoData.Data
- Assembly
- SunamoData.dll
Represents a value of type T with an associated path.
public class TWithPath<T>
Type Parameters
TThe type of the value.
- Inheritance
-
TWithPath<T>
- Inherited Members
- Extension Methods
Properties
Path
Gets or sets the path.
public string Path { get; set; }
Property Value
Value
Gets or sets the value.
public T Value { get; set; }
Property Value
- T