NonSerializableBaseTypeAttribute¶
Namespace: ThinkGeo.Core
Indicates that a type's base type should not be serialized.
public class NonSerializableBaseTypeAttribute : System.Attribute, System.Runtime.InteropServices._Attribute
Inheritance Object → Attribute → NonSerializableBaseTypeAttribute
Implements _Attribute
Properties¶
TypeId¶
public object TypeId { get; }
Property Value¶
Constructors¶
NonSerializableBaseTypeAttribute()¶
Creates an instance of NonSerializableBaseTypeAttribute.
public NonSerializableBaseTypeAttribute()