Brine2DSnapshotContext.ListString Property
Definition
Namespace: Brine2D.ECS.Serialization
Defines the source generated JSON serialization contract metadata for a given type.
C#
public System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Collections.Generic.List<string>> ListString { get; }
Property Value
System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Collections.Generic.List<System.String>>