Represents a list of Constraint objects.
Implements generic IDictionary interface.
| C# | Visual Basic | Visual 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
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| 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).
|
This is a read-only object. Any IDictionary
writing methods throws InvalidOperationException exception.
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.9.6.1