System.Resources.Win32VersionResource.this C# (CSharp) Méthode

this() public méthode

public this ( string key ) : string
key string
Résultat string
	public virtual string this [string key] {
		set {
			properties [key] = value;
		}
	}