DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAssociationCollection Class / Add Method

In This Topic
    Add Method (DicomAssociationCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Sub Add( _
       ByVal item As DicomAssociation _
    ) 
    [__DynamicallyInvokable()]
    public void Add( 
       DicomAssociation item
    )

    Parameters

    item
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also