NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

OpCodes.TakesSingleByteArgument

[To be supplied.]

[Visual Basic]
Public Shared Function TakesSingleByteArgument( _
   ByVal inst As OpCode _
) As Boolean
[C#]
public static bool TakesSingleByteArgument(
   OpCode inst
);
[C++]
public: static bool TakesSingleByteArgument(
   OpCode inst
);
[JScript]
public static function TakesSingleByteArgument(
   inst : OpCode
) : Boolean;

Parameters

inst
[To be supplied.]

See Also

OpCodes Class | OpCodes Members | System.Reflection.Emit Namespace