ComponentState<(Of <(<'T>)>)> Class

Class ComponentState. Implements the ComponentState

Namespace:  FastMoq.Web.Blazor.Models
Assembly:  FastMoq.Web (in FastMoq.Web.dll)

Syntax


public class ComponentState<T> : ComponentState
where T : ComponentBase
Public Class ComponentState(Of T As ComponentBase) _
	Inherits ComponentState
generic<typename T>
where T : ComponentBase
public ref class ComponentState : public ComponentState

Type Parameters

T

Inheritance Hierarchy


Object
  FastMoq.Web.Blazor.Models..::..ComponentState
    FastMoq.Web.Blazor.Models..::..ComponentState<(Of <(<'T>)>)>