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

InheritFromDataObjectBaseAction() public method

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