[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
Registry T class
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Registry(
IEnumerable<T> other,
bool caseSensitive
)
public Registry(
IEnumerable<T> other,
bool caseSensitive
)
Public Sub New (
other As IEnumerable(Of T),
caseSensitive As Boolean
)
Public Sub New (
other As IEnumerable(Of T),
caseSensitive As Boolean
)
public:
Registry(
IEnumerable<T>^ other,
bool caseSensitive
)
public:
Registry(
IEnumerable<T>^ other,
bool caseSensitive
)
new :
other : IEnumerable<'T> *
caseSensitive : bool -> Registry
new :
other : IEnumerable<'T> *
caseSensitive : bool -> Registry