System.Xml.Serialization.XmlMapping.SetKey C# (CSharp) Méthode

SetKey() public méthode

public SetKey ( string key ) : void
key string
Résultat void
        public void SetKey(string key){
            SetKeyInternal(key);
        }