NamespaceCollection.N, T..TryGetNamespace Method
Tries to get the namespace object
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
Return Value
Type: Boolean
true if found, false if not contained.