Mono.Xaml.XamlLoader.Setup C# (CSharp) Method

Setup() public method

public Setup ( IntPtr native_loader, IntPtr plugin, IntPtr surface, string filename, string contents ) : void
native_loader System.IntPtr
plugin System.IntPtr
surface System.IntPtr
filename string
contents string
return void
		public virtual void Setup (IntPtr native_loader, IntPtr plugin, IntPtr surface, string filename, string contents)
		{
			this.native_loader = native_loader;
			this.plugin = plugin;
			this.surface = surface;
		}