Rhino.Context.RemoveContextListener C# (CSharp) Method

RemoveContextListener() private method

private RemoveContextListener ( ContextListener listener ) : void
listener ContextListener
return void
		public static void RemoveContextListener(ContextListener listener)
		{
			ContextFactory.GetGlobal().AddListener(listener);
		}
Context