'Declaration
Public MustOverride Function EnumerateStateManagers( _ ByVal webControl As NWebControl _ ) As System.Collections.Generic.Dictionary(Of Type,Object)
'Usage
Dim instance As NClientServerTechnology Dim webControl As NWebControl Dim value As System.Collections.Generic.Dictionary(Of Type,Object) value = instance.EnumerateStateManagers(webControl)
public abstract System.Collections.Generic.Dictionary<Type,object> EnumerateStateManagers( NWebControl webControl )
Parameters
- webControl