Class ConnectorIOptions<T>
public class ConnectorIOptions<T> : IOptions<T> where T : class, new()
Type Parameters
T
- Inheritance
-
ConnectorIOptions<T>
- Implements
-
IOptions<T>
- Inherited Members
Constructors
ConnectorIOptions(T)
public ConnectorIOptions(T value)
Parameters
value
T
Properties
Value
The default configured TOptions
instance
public T Value { get; protected set; }
Property Value
- T