| ESentTargetDictionaryContains Method |
Determines whether the
ICollectionT contains a specific value.
Namespace: SandcastleBuilder.Components.TargetsAssembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax public override bool Contains(
KeyValuePair<string, Target> item
)
Public Overrides Function Contains (
item As KeyValuePair(Of String, Target)
) As Boolean
public:
virtual bool Contains(
KeyValuePair<String^, Target^> item
) override
abstract Contains :
item : KeyValuePair<string, Target> -> bool
override Contains :
item : KeyValuePair<string, Target> -> bool
Parameters
- item
- Type: System.Collections.GenericKeyValuePairString, Target
The object to locate in the ICollectionT.
Return Value
Type:
Booleantrue if
item is found in the
ICollectionT; otherwise, false.
Implements
ICollectionTContains(T)See Also