DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabelCollection Class / Items Property






In This Topic
    Items Property (DicomLabelCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Protected ReadOnly Property Items As System.Collections.Generic.IList(Of T)
    'Usage
     
    
    Dim instance As DicomLabelCollection
    Dim value As System.Collections.Generic.IList(Of T)
     
    value = instance.Items
    [__DynamicallyInvokable()]
    protected System.Collections.Generic.IList<T> Items {get;}
    protected read-only property Items: System.Collections.Generic.IList; 
    __DynamicallyInvokableAttribute()
    protected function get Items : System.Collections.Generic.IList
    [__DynamicallyInvokable()]
    protected: __property System.Collections.Generic.IList<T*>* get_Items();
    [__DynamicallyInvokable()]
    protected:
    property System.Collections.Generic.IList<T^>^ Items {
       System.Collections.Generic.IList<T^>^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also