Bloomberg API for .NET
ConstraintsList Interface
NamespacesBloomberglp.BlpapiConstraintsList
Represents a list of Constraint objects. Implements generic IDictionary interface.
Declaration Syntax
C#Visual BasicVisual C++
public interface ConstraintsList : IDictionary<string, Constraint>, 
	ICollection<KeyValuePair<string, Constraint>>, IEnumerable<KeyValuePair<string, Constraint>>, 
	IEnumerable
Public Interface ConstraintsList
	Inherits IDictionary(Of String, Constraint), ICollection(Of KeyValuePair(Of String, Constraint)), 
	IEnumerable(Of KeyValuePair(Of String, Constraint)), IEnumerable
public interface class ConstraintsList : IDictionary<String^, Constraint^>, 
	ICollection<KeyValuePair<String^, Constraint^>>, IEnumerable<KeyValuePair<String^, Constraint^>>, 
	IEnumerable
Members
All MembersMethodsProperties



IconMemberDescription
ContainsKey(Name)
This is the same as ContainsKey(string).

Item[([( Name])])
This is the same as this[string].

TryGetValue(Name, Constraint%)
This is the same as TryGetValue(string, Constatant).

Remarks
This is a read-only object. Any IDictionary writing methods throws InvalidOperationException exception.
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.8.10.1