Click or drag to resize

DefaultAccessAttribute Class

Sets the default access for the custom property (DefaultAccess).
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.NativeDefaultAccessAttribute

Namespace: Demo3D.Native
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class DefaultAccessAttribute : Attribute

The DefaultAccessAttribute type exposes the following members.

Constructors
 NameDescription
Public methodDefaultAccessAttribute Constructor to be explicit about the property's Default Access.
Top
See Also