Leadtools.Jpeg2000 Namespace > InstructionSet Class : Instructions Property |
public List<InstructionSetParameter> Instructions {get;}
'Declaration Public ReadOnly Property Instructions As List(Of InstructionSetParameter)
'Usage Dim instance As InstructionSet Dim value As List(Of InstructionSetParameter) value = instance.Instructions
public: property List<InstructionSetParameter>^ Instructions { List<InstructionSetParameter>^ get(); }