Skip to content

Commit

Permalink
Comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Aug 17, 2024
1 parent 7367bea commit b1c8c17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/IKVM.ByteCode/Encoding/ElementValuePairTableEncoder.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
using System;
using System.Collections.Generic;

using IKVM.ByteCode.Buffers;

namespace IKVM.ByteCode.Encoding
{

/// <summary>
/// Encodes an 'element_value_pair_table' structure.
/// Encodes a table of 'element_value_pair' structures.
/// </summary>
public struct ElementValuePairTableEncoder
{
Expand Down

0 comments on commit b1c8c17

Please sign in to comment.