LabelHandle 结构
定义
public value class LabelHandle : IEquatable<System::Reflection::Metadata::Ecma335::LabelHandle>
public struct LabelHandle : IEquatable<System.Reflection.Metadata.Ecma335.LabelHandle>
type LabelHandle = struct
Public Structure LabelHandle
Implements IEquatable(Of LabelHandle)
- 继承
- 实现
属性
| Id |
从 1 开始的 ID,用于识别 ControlFlowBuilder 上下文内的标签。1-based id identifying the label within the context of a ControlFlowBuilder. |
| IsNil | |
方法
| Equals(LabelHandle) |
指示当前对象是否等于同一类型的另一个对象。Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) | |
| GetHashCode() | |
运算符
| Equality(LabelHandle, LabelHandle) | |
| Inequality(LabelHandle, LabelHandle) |