Replaces the element at the specified index.
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
protected override sealed void SetItem( int index, Section item ) |
Visual Basic |
---|
Protected Overrides NotOverridable Sub SetItem ( _ index As Integer, _ item As Section _ ) |
Visual C++ |
---|
protected: virtual void SetItem( int index, Section^ item ) override sealed |
Parameters
- index
- Type: System..::..Int32
The zero-based index of the element to replace.
- item
- Type: SharpAssembler.Core..::..Section
The new value for the element at the specified index.