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

SetKeyInternal() private method

private SetKeyInternal ( string key ) : void
key string
return void
        internal void SetKeyInternal(string key){
            this.key = key;
        }