System.Resources.Win32VersionResource.this C# (CSharp) Method

this() public method

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