UnwrapTypeAttribute

Overview

Attribute to unwrap a typeOf() as an IType in parameters.

Location

Properties


Unwrap

If true unwraps the type

 

property Unwrap: Boolean read;

 

Boolean Unwrap { get; }

 

var Unwrap: Boolean { get{} }

 

Boolean Unwrap { __get; }

 

ReadOnly Property Unwrap() As Boolean

Instance Methods


constructor

Create a new unstance of this type

 

constructor(aUnwrap: Boolean)

 

UnwrapTypeAttribute(Boolean aUnwrap)

 

init(_ aUnwrap: Boolean)

 

UnwrapTypeAttribute(Boolean aUnwrap)

 

Sub New(aUnwrap As Boolean)

Parameters:

  • aUnwrap: If true, unwraps the type