ADL.ConnectionType.ConnectionType C# (CSharp) Method

ConnectionType() private method

private ConnectionType ( string s ) : System
s string
return System
        private ConnectionType(string s)
        {
            stringValue = s;
        }