dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Serialization
MapComponentBaseCollectionSerializationRecord Class
Base class for Protobuf serialization records representing collections.
public abstract record MapComponentBaseCollectionSerializationRecord : System.IEquatable<dymaptic.GeoBlazor.Core.Serialization.MapComponentBaseCollectionSerializationRecord>
Inheritance System.Object 🡒 MapComponentBaseCollectionSerializationRecord
Derived
↳ MapComponentCollectionSerializationRecord<TItem>
Implements System.IEquatable<MapComponentBaseCollectionSerializationRecord>
Properties
MapComponentBaseCollectionSerializationRecord.IsNull Property
Indicates whether this collection record represents a null value.
public abstract bool IsNull { get; init; }