Search Results for

    Show / Hide Table of Contents

    Class Utilities

    Various Kuracord-related utilities.

    Inheritance
    Object
    Utilities
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: KSharpPlus
    Assembly: KSharpPlus.dll
    Syntax
    public static class Utilities

    Methods

    | Improve this Doc View Source

    Replace<T>(List<T>, Predicate<T>, T)

    Declaration
    public static List<T> Replace<T>(this List<T> source, Predicate<T> predicate, T newValue)
    Parameters
    Type Name Description
    List<T> source
    Predicate<T> predicate
    T newValue
    Returns
    Type Description
    List<T>
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2023 KSharpPlus Contributors