Abc.NCrafts.Quizz.Questions._005.Answer2.Key.Key C# (CSharp) 메소드

Key() 공개 메소드

public Key ( int value ) : System.Collections.Generic
value int
리턴 System.Collections.Generic
            public Key(int value) { Value = value; }
            public override bool Equals(object other)