Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / BlockKeyedCollection Class / BlockKeyedCollection Constructor / BlockKeyedCollection Constructor(IEnumerable<Block>)

In This Topic
    BlockKeyedCollection Constructor(IEnumerable<Block>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal collection As IEnumerable(Of Block) _
    )
    public BlockKeyedCollection( 
       IEnumerable<Block> collection
    )

    Parameters

    collection
    See Also