ServiceKnownTypeProvider.Register Method
| Name | Parameters | Description |
|---|---|---|
| Register(IEnumerable<Type>) static | types | Registers a collection of custom parameter types. |
| Register(Type) static | type | Registers a custom parameter type. |
| Register(Type[]) static | types | Registers an array of custom parameter types. |
| Register<T>() static | none | Registers a custom parameter type. |