ILGenerator.CreateLabel(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a Label with the given ID.
protected:
static System::Reflection::Emit::Label CreateLabel(int id);
protected static System.Reflection.Emit.Label CreateLabel (int id);
static member CreateLabel : int -> System.Reflection.Emit.Label
Protected Shared Function CreateLabel (id As Integer) As Label
Parameters
- id
- Int32
The unique ID for the label.
Returns
The Label created.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.