ITypedReference Interface
Namespace: Stride.Core.Serialization.ContentsAssembly: Stride.Core.Serialization.dll
A typed IReference
public interface ITypedReference : IReference
| Name | Description | |
|---|---|---|
| Properties | ||
| Type | Gets the type of this content reference. |
|
Properties
Type
Gets the type of this content reference.
Type Type { get; }
Property Value
| Type | Description |
|---|---|
| System.Type | The type. |