Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public override Type ComponentType { get; }
Visual Basic
Public Overrides ReadOnly Property ComponentType As Type
	Get
Visual C++
public:
virtual property Type^ ComponentType {
	Type^ get () override;
}
F#
abstract ComponentType : Type with get
override ComponentType : Type with get

Property Value

Type: Type

See Also