NamespaceCollection.N, T..Item Property (String)

Gets or sets the element at the specified index.

Namespace:  TwinCAT.TypeSystem.Generic
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public N this[
    string str
] { get; }

VB

Public ReadOnly Default Property Item ( 
    str As String
) As N
    Get

Parameters

str

Type: System.String
The STR.

Return Value

Type: N

Reference

NamespaceCollection.N, T. Class

Item Overload

TwinCAT.TypeSystem.Generic Namespace