CollectionExtensions class

namespace: Serenity   assemblySerenity.Net.Core

Basic collection extensions

public static class CollectionExtensions

Public Members

name description
static AddRange<T>(…) Adds multiple items to a list. (2 methods)
static Get<TKey,TValue>(…) Gets the specified key or returns default value of TValue if not found. (2 methods)

See Also