PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridGroupsCollection Class / CreateInternalList Method

In This Topic
    CreateInternalList Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateInternalList( _
       ByVal source As IReadOnlyList(Of PropertyGroup) _
    ) As IReadOnlyList(Of T)
    protected virtual IReadOnlyList<T> CreateInternalList( 
       IReadOnlyList<PropertyGroup> source
    )

    Parameters

    source
    See Also