CodeElementModel public sealed class CodeElementModel : IPrintable, IEquatable<CodeElementModel> Documentation Code public static CtxReadDelegate<CodeElementModel> Read public static CtxWriteDelegate<CodeElementModel> Write public int Id { get; } public int TypeId { get; } public CodeElementModel(int typeId, int id) public void Deconstruct(out int typeId, out int id) public bool Equals(CodeElementModel other) public void Print(PrettyPrinter printer)