InstructionEncoder.StoreLocal(Int32) 메서드

정의

지역 변수 저장소 명령을 인코딩합니다.

public:
 void StoreLocal(int slotIndex);
public void StoreLocal(int slotIndex);
member this.StoreLocal : int -> unit
Public Sub StoreLocal (slotIndex As Integer)

매개 변수

slotIndex
Int32

지역 변수 슬롯의 인덱스입니다.

예외

slotIndex 가 음수입니다.

적용 대상