System.Xml.Serialization.XmlMapping.SetKey C# (CSharp) Method

SetKey() public method

public SetKey ( string key ) : void
key string
return void
        public void SetKey(string key){
            SetKeyInternal(key);
        }