Click or drag to resize

ISerializableObjectContainer Interface

A container for an object that manages and contains SerializableObjects.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
public interface ISerializableObjectContainer

The ISerializableObjectContainer type exposes the following members.

Properties
 NameDescription
Public propertySerializableObjects Serializable objects that are managed by this container.
Top
See Also