In Memory Target DictionaryContains Method
Determines whether the ICollectionT contains a specific value.
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
if item is found in the ICollectionT; otherwise, .
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public override bool Contains(
KeyValuePair<string, Target> item
)VB
Public Overrides Function Contains (
item As KeyValuePair(Of String, Target)
) As BooleanC++
public:
virtual bool Contains(
KeyValuePair<String^, Target^> item
) overrideF#
abstract Contains :
item : KeyValuePair<string, Target> -> bool
override Contains :
item : KeyValuePair<string, Target> -> bool Parameters
- item KeyValuePairString, Target
- The object to locate in the ICollectionT.
Return Value
Booleanif item is found in the ICollectionT; otherwise, .