Q
Q
Quber2015-03-11 13:23:53
Arrays
Quber, 2015-03-11 13:23:53

Are there functions for working with arrays in C#?

Actually, subject. There are a lot of them in PHP https://php.net/manual/ru/ref.array.php
Are there any similar ones to C# or do you have to write them yourself?
Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Rikcon, 2015-03-11
@Quber

In sharpe their CLOUDS.
At your disposal is the Array class and its methods.
https://msdn.microsoft.com/en-us/library/System.Ar... (v=vs.110).aspx

O
Oxoron, 2015-03-12
@Oxoron

There is also Linq.
professorweb.ru/my/LINQ/base/level1/info_linq.php
In particular, Linq to objects.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question