Skip to content

ReverseContents? #70

@AdamSpeight2008

Description

@AdamSpeight2008

ArrayExtensions LIne 138

Is that just?

 internal static void ReverseContents<T>(this T[] array, int start, int count)
{
  Array.Reverse(array, start, count);
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions