Mono.Cecil.Tests.DocCommentIdTests.Linq C# (CSharp) Méthode

Linq() private méthode

private Linq ( ) : void
Résultat 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);
		}