System.Tests.YourCustomAttribute.YourCustomAttribute C# (CSharp) 메소드

YourCustomAttribute() 공개 메소드

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