Struct ConsecutivePinningInstruction
Represents a consecutive pinning instruction.
Inherited Members
Namespace: SI.PIXL.Client.Structs.Instructions
Assembly: SI.PIXL.Client.dll
Syntax
public struct ConsecutivePinningInstruction
Constructors
ConsecutivePinningInstruction(PinningInstruction[])
Initializes a new instance of the ConsecutivePinningInstruction struct.
Declaration
public ConsecutivePinningInstruction(PinningInstruction[] pinningInstructions)
Parameters
Type | Name | Description |
---|---|---|
PinningInstruction[] | pinningInstructions | The pinning instructions. |
Properties
PinningInstructions
Get the pinning instructions.
Declaration
public PinningInstruction[] PinningInstructions { get; }
Property Value
Type | Description |
---|---|
PinningInstruction[] |