Mono.TextEditor.TextDocument.IServiceProvider C# (CSharp) Method

IServiceProvider() private method

private IServiceProvider ( Type serviceType ) : object
serviceType System.Type
return object
		object IServiceProvider.GetService (Type serviceType)
		{
			throw new NotImplementedException ();
		}
		#endregion
TextDocument