Show / Hide Table of Contents

    Enum TypeSpecifierKind

    Values that represent the type of a TypeSpecifier

    Namespace: Alphaleonis.Reflection.Metadata
    Assembly: Alphaleonis.Reflection.Metadata.dll
    Syntax
    public enum TypeSpecifierKind

    Fields

    Name Description
    Array

    Indicates an array specifier, e.g. ([], [,,]).

    Pointer

    Indicates a pointer specifier (*)

    Reference

    Indicates a reference specifier (&).

    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 Peter Palotas