public SelectionSurroundingProviderWrapper(MonoDevelop.Ide.Editor.Extension.SelectionSurroundingProvider surroundingProvider)
 {
     if (surroundingProvider == null)
     {
         throw new ArgumentNullException("surroundingProvider");
     }
     this.surroundingProvider = surroundingProvider;
 }
		public SelectionSurroundingProviderWrapper (MonoDevelop.Ide.Editor.Extension.SelectionSurroundingProvider surroundingProvider)
		{
			if (surroundingProvider == null)
				throw new ArgumentNullException ("surroundingProvider");
			this.surroundingProvider = surroundingProvider;
		}