Item Property (DicomAssociationCollection)
[__DynamicallyInvokable()]
public DicomAssociation this[
System.int
]; {get; set;}
__DynamicallyInvokableAttribute()
public this[
: System.int
] get,set : DicomAssociation
'Declaration
<__DynamicallyInvokableAttribute()>
Public Default Property Item( _
ByVal As System.Integer _
) As DicomAssociation
'Usage
Dim instance As DicomAssociationCollection
Dim index As System.Integer
Dim value As DicomAssociation
instance.Item(index) = value
value = instance.Item(index)
Parameters
- index
Target Platforms: .NET CLR 4.8 or higher