Skip to the content.

< Back


MyRefStruct

Namespace: MyClassLib

Caution

Types with embedded references are not supported in this version of your compiler.


A ref struct sample.

public ref struct MyRefStruct

Inheritance ObjectValueTypeMyRefStruct
Attributes IsByRefLikeAttribute, ObsoleteAttribute, CompilerFeatureRequiredAttribute

Fields

Value

The wrapped value.

public int Value;

< Back