System.Resources.Win32EncodedResource.Win32EncodedResource C# (CSharp) Method

Win32EncodedResource() private method

private Win32EncodedResource ( NameOrId type, NameOrId name, int language, byte data ) : System
type NameOrId
name NameOrId
language int
data byte
return System
	internal Win32EncodedResource (NameOrId type, NameOrId name, int language, byte[] data) : base (type, name, language) {
		this.data = data;
	}