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

MyCustomAttribute() public method

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