Table of Contents

Interface IObjectTypeShape<T>

Namespace
TypeShape.Abstractions
Assembly
TypeShape.dll

Provides a strongly typed shape model for a .NET object.

public interface IObjectTypeShape<T> : ITypeShape<T>, IObjectTypeShape, ITypeShape

Type Parameters

T

The type of .NET object.

Inherited Members