NamespaceCollection.T..TryGetNamespace Method
Tries to get the namespace object
Namespace: TwinCAT.TypeSystem.Generic
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.328+39e3229
Syntax
C#
public bool TryGetNamespace(
string name,
out INamespace<T>? nspace
)
Parameters
name |
Type: System.String |
nspace |
Type: TwinCAT.TypeSystem.Generic.INamespace.T.. |
Return Value
Type: Boolean
true if found, false if not contained.