Mono.Cecil.Tests.DocCommentIdTests.MethodWithByRefParameters C# (CSharp) 메소드

MethodWithByRefParameters() 개인적인 메소드

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