System.Tests.YourCustomAttribute.YourCustomAttribute C# (CSharp) Method

YourCustomAttribute() public method

public YourCustomAttribute ( int value ) : System.Collections.Generic
value int
return System.Collections.Generic
        public YourCustomAttribute(int value)
        {
            _value = value;
        }
YourCustomAttribute