Table of Contents

Interface IHaveArgs

Namespace
TrinketTinker.Models.Mixin
Assembly
TrinketTinker.dll
public interface IHaveArgs

Properties

Args

Arbitrary arguments to be deserialized later.

Dictionary<string, object>? Args { get; set; }

Property Value

Dictionary<string, object>