SetImplementationFlags() public method

public SetImplementationFlags ( MethodImplAttributes attributes ) : void
attributes MethodImplAttributes
return void
Esempio n. 1
0
 public void SetImplementationFlags(MethodImplAttributes attributes)
 {
     methodBuilder.SetImplementationFlags(attributes);
 }