ReadOnlyNamespaceCollection.N, T..Item Property (String)
Gets 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 name
] { get; }
VB
Public ReadOnly Default Property Item (
name As String
) As N
Get
Parameters
name |
Type: System.String |