Catel.ReSharper.Types.InheritFromDataObjectBaseAction.InheritFromDataObjectBaseAction C# (CSharp) 메소드

InheritFromDataObjectBaseAction() 공개 메소드

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