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

MethodWithByRefParameters() private méthode

private MethodWithByRefParameters ( ) : void
Résultat void
		public void MethodWithByRefParameters ()
		{
			var type = GetTestType ();
			var method = type.Methods.Single (m => m.Name == "bb");

			AssertDocumentID ("M:N.X.bb(System.String,System.Int32@)", method);
		}