ReadOnlyNamespaceCollection.N, T..TryGetNamespace Method
Tries to get the 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 TryGetNamespace(
string name,
out N nspace
)
VB
Public Function TryGetNamespace (
name As String,
<OutAttribute> ByRef nspace As N
) As Boolean
Parameters
name |
Type: System.String |
nspace |
Type: N. |
Return Value
Type: Boolean
true if found, false if not contained.