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
The name.

nspace

Type: TwinCAT.TypeSystem.Generic.INamespace.T..
The namespace object (out-parameter)

Return Value

Type: Boolean
true if found, false if not contained.

Reference

NamespaceCollection.T. Class

TwinCAT.TypeSystem.Generic Namespace