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

MethodWithByRefParameters() private method

private MethodWithByRefParameters ( ) : void
return 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);
		}