Dogen.TestModels.CSharpModel.Package2.Parent.Parent C# (CSharp) Method

Parent() public method

public Parent ( int prop0 ) : System
prop0 int
return System
        public Parent(int prop0)
        {
            Prop0 = prop0;
        }

Same methods

Parent::Parent ( ) : System