A Sandcastle Documented Class Library |
MixedCodeDocumentFragmentList..::..Item Property |
MixedCodeDocumentFragmentList Class See Also Send Feedback |
Gets a fragment from the list using its index.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public MixedCodeDocumentFragment this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As MixedCodeDocumentFragment Get |
Visual C++ |
---|
public: property MixedCodeDocumentFragment^ default[int index] { MixedCodeDocumentFragment^ get (int index); } |
Parameters
- index
- Type: System..::..Int32