Utilities Class

Definition

Provides common methods for use in the library.

public ref class Utilities abstract sealed
public ref class Utilities abstract sealed
class Utilities abstract sealed
public static class Utilities
type Utilities = class
Public Module Utilities
Inheritance
Utilities

Methods

AreAllItemsOfType<T>(IEnumerable)

Gets whether all of the items in items are of type T.

Find<T>(IEnumerable)

Searches for an element that matches the specified type, and returns the first occurrence in the entire IEnumerable.

NullCheckTrim(String)

Method to trim the non null strings.

ResortObservableCollection<T>(ObservableCollection<T>, IEnumerable)

Restore the original order as far as possible. Columns not in the original set will appear at the end.

Applies to