Mono.Cecil.Tests.DocCommentIdTests.Linq C# (CSharp) Method

Linq() private method

private Linq ( ) : void
return void
		public void Linq ()
		{
			var type = GetTestType ();
			var method = type.GetMethod ("Linq");

			AssertDocumentID ("M:N.X.Linq(System.Collections.Generic.IEnumerable{System.String},System.Func{System.String})", method);
		}