Table of Contents

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

T

The 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

string

Value

Gets or sets the value.

public T Value { get; set; }

Property Value

T