System.Xml.Serialization.XmlMapping.SetKeyInternal C# (CSharp) 메소드

SetKeyInternal() 개인적인 메소드

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