StructModel Class

Namespace
Kampute.DocToolkit.Models
Assembly
  • Kampute.DocToolkit.dll

Definition

Represents a documentation model for a .NET struct.
public class StructModel : CompositeTypeModel<IStructType>
Inheritance

Thread Safety

All public members of the type are guaranteed to be thread-safe.

Constructors

StructModel(object, IStructType)Initializes a new instance of the StructModel class.
StructModel(AssemblyModel, IStructType)Initializes a new instance of the ClassModel class as a top-level type.
StructModel(TypeModel, IStructType)Initializes a new instance of the ClassModel class as a nested type.

Properties

ModelTypeGets the type of the documentation model.