AvalonStudio.Controls.ViewModelViewHost.GetAffinityForView C# (CSharp) Method

GetAffinityForView() public method

public GetAffinityForView ( Type view ) : int
view System.Type
return int
		public int GetAffinityForView(Type view)
		{
			throw new NotImplementedException();
		}