INNER CODE UNIT · C#

Clone

shrimqy/Sefirah · src/Sefirah/Actions/ActionItem.cs:73

    public ActionItem Clone() => new()
    {
        Id = Id,
        Name = Name,
        Icon = Icon,
        AskForConfirmation = AskForConfirmation,
        ActionId = ActionId,
        Settings = Settings.DeepClone().AsObject(),
    };
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…