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

Int64Attr() public method

public Int64Attr ( long l )
l long
        public Int64Attr(long l)
        {
            value = l;
        }