ValueUtilsTest.SampleSubWithProtectedInherited.SampleSubWithProtectedInherited C# (CSharp) 메소드

SampleSubWithProtectedInherited() 공개 메소드

public SampleSubWithProtectedInherited ( int val ) : System
val int
리턴 System
        public SampleSubWithProtectedInherited(int val)
            : base(val)
        {
        }
SampleSubWithProtectedInherited