System.Reflection.Tests.Int32Attr.Int32Attr C# (CSharp) Method

Int32Attr() public method

public Int32Attr ( int i )
i int
        public Int32Attr(int i)
        {
            value = i;
        }
Int32Attr