Catel.ReSharper.Types.InheritFromModelBaseAction.InheritFromModelBaseAction C# (CSharp) Méthode

InheritFromModelBaseAction() public méthode

public InheritFromModelBaseAction ( ICSharpContextActionDataProvider provider ) : Catel.ReSharper.Identifiers
provider ICSharpContextActionDataProvider
Résultat Catel.ReSharper.Identifiers
        public InheritFromModelBaseAction(ICSharpContextActionDataProvider provider)
            : base(provider)
        {
        }
InheritFromModelBaseAction