Class NamedValued<TVal>
Inheritance
System.Object
NamedValued<TVal>
Namespace: GCore.Data
Assembly: GCore.dll
Syntax
public class NamedValued<TVal> : object, INamedValued<TVal>, INamed, IValued<TVal>
Type Parameters
Name | Description |
---|---|
TVal |
Properties
| Improve this Doc View SourceName
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Declaration
public TVal Value { get; set; }
Property Value
Type | Description |
---|---|
TVal |