StoppablePropagatorDefinitionContainsAdapter Method |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic virtual bool ContainsAdapter(
string elementIdentification
)
Public Overridable Function ContainsAdapter (
elementIdentification As String
) As Boolean
public:
virtual bool ContainsAdapter(
String^ elementIdentification
)
abstract ContainsAdapter :
elementIdentification : string -> bool
override ContainsAdapter :
elementIdentification : string -> bool Parameters
- elementIdentification
- Type: SystemString
The identification of the element whose adapter will be checked.
Return Value
Type:
Boolean if there is an adapter for the specified element stored in this definition; otherwise
.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when elementIdentification is .
|
See Also