Class SerializedContent<T>
Inheritance
object
SerializedContent<T>
Implements
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
[Serializable]
public abstract class SerializedContent<T> : ISerializedContent
Type Parameters
Name | Description |
---|---|
T |
Fields
content
Declaration
protected T content
Field Value
Type | Description |
---|---|
T |
purpose
Declaration
protected string purpose
Field Value
Type | Description |
---|---|
string |
Properties
IsNull
Declaration
public bool IsNull { get; }
Property Value
Type | Description |
---|---|
bool |
Purpose
Declaration
public string Purpose { get; }
Property Value
Type | Description |
---|---|
string |
Value
Declaration
public T Value { get; }
Property Value
Type | Description |
---|---|
T |