Interface IReadOnlyData
An interface that allows simple access to the main value of data.
This interface is mainly used to implement editor-related functions in UniData. In many cases, users can use the generic version of IReadOnlyData<T> instead.
Inherited Members
Namespace: MackySoft.UniData
Assembly: cs.temp.dll.dll
Syntax
public interface IReadOnlyData : IEntry
Properties
Value
Main value of data.
Declaration
object Value { get; }
Property Value
Type | Description |
---|---|
Object |