Skip to content

Replace GetElementOrDefault with GetValidElement#212

Merged
nnikolopoulos merged 10 commits intodevelopfrom
35_RefactorGetElementOrDefault
Feb 10, 2023
Merged

Replace GetElementOrDefault with GetValidElement#212
nnikolopoulos merged 10 commits intodevelopfrom
35_RefactorGetElementOrDefault

Conversation

@nnikolopoulos
Copy link
Copy Markdown
Contributor

Instead of:

GetElementOrDefault<T>(this ICollection<T> array, int index)

have:

GetValidElement<T>(this IList<T> array, int index).

@nnikolopoulos nnikolopoulos added the enhancement New feature or request label Feb 7, 2023
@nnikolopoulos nnikolopoulos added this to the v1.1.x milestone Feb 7, 2023
@nnikolopoulos nnikolopoulos self-assigned this Feb 7, 2023
@nnikolopoulos nnikolopoulos linked an issue Feb 7, 2023 that may be closed by this pull request
@nnikolopoulos nnikolopoulos merged commit 3d1ccc1 into develop Feb 10, 2023
@nnikolopoulos nnikolopoulos deleted the 35_RefactorGetElementOrDefault branch February 10, 2023 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

Refactor GetElementOrDefault

2 participants