Show / Hide Table of Contents

Interface IArray2DSerializer

Interface for Eco.Core.Serialization.Serializers.Array2DSerializer`1 which allows to access type info without known generic type.

Namespace: Eco.Core.Serialization.Serializers
Assembly: Eco.Core.dll
Syntax
public interface IArray2DSerializer

Properties

ArrayType

Declaration
Type ArrayType { get; }
Property Value
Type Description
System.Type

ElementSerializer

Declaration
ISerializer ElementSerializer { get; }
Property Value
Type Description
ISerializer

ElementType

Declaration
Type ElementType { get; }
Property Value
Type Description
System.Type

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾