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

MyCustomAttribute() 공개 메소드

public MyCustomAttribute ( string info ) : System.Collections.Generic
info string
리턴 System.Collections.Generic
        public MyCustomAttribute(string info)
        {
            _info = info;
        }
MyCustomAttribute