This topic has not yet been rated - Rate this topic

MethodBuilder.GetILGenerator Method

Returns an ILGenerator for this method.
Name Description
MethodBuilder.GetILGenerator () Returns an ILGenerator for this method with a default Microsoft intermediate language (MSIL) stream size of 64 bytes.
MethodBuilder.GetILGenerator (Int32) Returns an ILGenerator for this method with the specified Microsoft intermediate language (MSIL) stream size.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.