Skip to content

P_CodeJam_Reflection_TypeAccessor_1_Type

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

TypeAccessor(T).Type Property

Type to access.

Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public override Type Type { get; }

VB

Public Overrides ReadOnly Property Type As Type
	Get

F#

abstract Type : Type with get
override Type : Type with get

Property Value

Type: Type

See Also

Reference

TypeAccessor(T) Class
CodeJam.Reflection Namespace

Clone this wiki locally