DicomObjects.NET.V8
DicomObjects Namespace / DicomDataSetCollection Class / Item Property



In This Topic
    Item Property (DicomDataSetCollection)
    In This Topic
    Note: C# syntax for the "Item" property is wrongly represented in a VB.NET syntax. This is a bug in the help file generator, and will be corrected in a later version of our help file.
    Overload List
    OverloadDescription
    Note: C# syntax for the "Item" property is wrongly represented in a VB.NET syntax. This is a bug in the help file generator, and will be corrected in a later version of our help file.  
    Note: C# syntax for the "Item" property is wrongly represented in a VB.NET syntax. This is a bug in the help file generator, and will be corrected in a later version of our help file. (Inherited from System.Collections.ObjectModel.Collection<DicomDataSet>)
    Remarks
    This is the default indexer. Individual DicomDataSet item can be accessed via DicomDataSetCollection[InstanceUID].
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also