Show / Hide Table of Contents

Class FeatureDescriptor<T>

Represents a feature with the type T

Inheritance
System.Object
FeatureDescriptor
FeatureDescriptor<T>
Inherited Members
FeatureDescriptor.Name
FeatureDescriptor.Key
FeatureDescriptor.FeatureType
FeatureDescriptor.IsCollection
FeatureDescriptor.descriptors
FeatureDescriptor.IsRegistered(String)
FeatureDescriptor.Register(String, Type)
FeatureDescriptor.GetAll()
FeatureDescriptor.Get<T>(String)
FeatureDescriptor.ToString()
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 Source

Get(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>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX