Skip to content

markdocmembersresolvedtypes IResType

Denis Akopyan edited this page Mar 6, 2022 · 1 revision

IResType interface

Description

Interface for resolved types

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph MarkDoc.Members.ResolvedTypes
  MarkDoc.Members.ResolvedTypes.IResType[[IResType]]
  class MarkDoc.Members.ResolvedTypes.IResType interfaceStyle;
  end
Loading

Members

Properties

Public properties

Type Name Methods
string DisplayName
Resolved type display name
get
string DocumentationName
Resolved type name for documentation
get
bool IsByRef
Is the type a reference
get
string RawName
Resolved type raw name
get
Lazy<IType> Reference
Reference to known type
get
string TypeNamespace
Resolved type namespace
get

Details

Summary

Interface for resolved types

Properties

DisplayName

public abstract string DisplayName { get }
Summary

Resolved type display name

DocumentationName

public abstract string DocumentationName { get }
Summary

Resolved type name for documentation

RawName

public abstract string RawName { get }
Summary

Resolved type raw name

TypeNamespace

public abstract string TypeNamespace { get }
Summary

Resolved type namespace

Reference

public abstract Lazy Reference { get }
Summary

Reference to known type

IsByRef

public abstract bool IsByRef { get }
Summary

Is the type a reference

Generated with MarkDoc

Clone this wiki locally