Aracılığıyla paylaş


ILOpCodeExtensions.IsBranch(ILOpCode) Yöntem

Tanım

Belirtilen op-code'un bir etikete dal olup olmadığını doğrular.

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsBranch(System::Reflection::Metadata::ILOpCode opCode);
public static bool IsBranch (this System.Reflection.Metadata.ILOpCode opCode);
static member IsBranch : System.Reflection.Metadata.ILOpCode -> bool
<Extension()>
Public Function IsBranch (opCode As ILOpCode) As Boolean

Parametreler

opCode
ILOpCode

Döndürülenler

true belirtilen op-code bir etiket dal ise, false aksi takdirde.

Şunlara uygulanır