Catel.ReSharper.Types.InheritFromViewModelBaseAction.InheritFromViewModelBaseAction C# (CSharp) Method

InheritFromViewModelBaseAction() public method

public InheritFromViewModelBaseAction ( ICSharpContextActionDataProvider provider ) : Catel.ReSharper.Identifiers
provider ICSharpContextActionDataProvider
return Catel.ReSharper.Identifiers
        public InheritFromViewModelBaseAction(ICSharpContextActionDataProvider provider)
            : base(provider)
        {
        }
InheritFromViewModelBaseAction