Table of Contents

Class DontWrapMemberAttribute

Namespace
EzrSquared.Runtime.Types.Wrappers
Assembly
ezrSquared-lib.dll

Attribute for C# types and members which should NOT be automatically wrapped from C# types into ezrĀ² types by the interpreter.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false, Inherited = false)]
public class DontWrapMemberAttribute : Attribute
Inheritance
object
Attribute
DontWrapMemberAttribute