Skip to content

markdocmemberstypes IType

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

IType interface

Description

Interface for types

Diagram

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

Members

Properties

Public properties

Type Name Methods
AccessorType Accessor
Type accessor
get
bool IsNested
Determines whether this type is nested
get
string Name
Type name
get
string RawName
Reflection fullname with namespace
get
string TypeNamespace
Type namespace
get

Details

Summary

Interface for types

Properties

RawName

public abstract string RawName { get }
Summary

Reflection fullname with namespace

Name

public abstract string Name { get }
Summary

Type name

TypeNamespace

public abstract string TypeNamespace { get }
Summary

Type namespace

IsNested

public abstract bool IsNested { get }
Summary

Determines whether this type is nested

Accessor

public abstract AccessorType Accessor { get }
Summary

Type accessor

Generated with MarkDoc

Clone this wiki locally