.NET Framework Class Library

Path.Item Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > Path Class > Path Properties >

.NET Framework Class Library

Path.Item Property

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public ReadOnly Default Property Item ( _
 i As Integer _
As DocItem
 Get

C#

public DocItem this[
 int i
] { get; }

Visual C++

public:
property DocItemdefault[int i] {
 DocItemget (int i);
}

Parameters

i

Type: System.Int32

See Also

Path Class

Path Members

Gnostice.Core.DOM Namespace