Class FieldNoReflectionAttribute
Indicates that this field doesn't allow reflection.
Implements
Inherited Members
Namespace: System.Runtime.Serialization
Assembly: nanoFramework.Serialization.Helper.dll
Syntax
[AttributeUsage(AttributeTargets.Field, Inherited = false)]
public sealed class FieldNoReflectionAttribute : Attribute, _Attribute
Constructors
FieldNoReflectionAttribute()
Declaration
public FieldNoReflectionAttribute()