Class FeatureDescriptor<T>
Represents a feature with the type T
Inherited Members
Namespace: SigStat.Common
Assembly: SigStat.Common.dll
Syntax
public class FeatureDescriptor<T> : FeatureDescriptor
Type Parameters
Name | Description |
---|---|
T | Type of the feature. |
Methods
| Improve this Doc View SourceGet(String)
Gets the FeatureDescriptor<T> specified by key
.
If the key is not registered yet, a new FeatureDescriptor<T> is automatically created with the given key and type.
Declaration
public static FeatureDescriptor<T> Get(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Returns
Type | Description |
---|---|
FeatureDescriptor<T> |