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

StringAttr() public method

public StringAttr ( string s )
s string
        public StringAttr(string s)
        {
            value = s;
        }
StringAttr