ReadOnlyNamespaceCollection.N, T..ContainsNamespace Method
Determines whether this collection contains a namespace with the specified name.
Namespace: TwinCAT.TypeSystem.Generic
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public bool ContainsNamespace(
string name
)
VB
Public Function ContainsNamespace (
name As String
) As Boolean
Parameters
name |
Type: System.String |
Return Value
Type: Boolean
true if the namespace is contained;
otherwise, false.