ApiNamespace

class

Namespace: MyLittleContentEngine.Models

Represents a namespace in the API reference

Declaration

public record ApiNamespace

Inheritance

MyLittleContentEngine.Models.ApiReferenceItemApiNamespace

Implements

  • System.IEquatable<MyLittleContentEngine.Models.ApiNamespace>

Propertys

Types

property
public required IReadOnlyList<ApiType> Types { get; init; }
Types contained in this namespace
Returns: IReadOnlyList<ApiType> ApiNamespace.Types