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 |