Table of Contents

Class ConnectorIOptions<T>

Namespace
Steeltoe.CloudFoundry.Connector
Assembly
Steeltoe.CloudFoundry.ConnectorBase.dll
public class ConnectorIOptions<T> : IOptions<T> where T : class, new()

Type Parameters

T
Inheritance
ConnectorIOptions<T>
Implements
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