Abc.NCrafts.Quizz.Questions._005.Answer2.Key.Key C# (CSharp) Method

Key() public method

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