TargetDictionaryContains Method
Determines whether the
ICollectionT contains a specific value.
Namespace: Sandcastle.Tools.BuildComponents.TargetsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public abstract bool Contains(
KeyValuePair<string, Target> item
)
Public MustOverride Function Contains (
item As KeyValuePair(Of String, Target)
) As Boolean
public:
virtual bool Contains(
KeyValuePair<String^, Target^> item
) abstract
abstract Contains :
item : KeyValuePair<string, Target> -> bool
- item KeyValuePairString, Target
- The object to locate in the ICollectionT.
Boolean if
item is found in the
ICollectionT; otherwise,
.
ICollectionTContains(T)