Click or drag to resize

AttributePrivateFieldAttribute Class

返回用户文档首页
指定对象的数据成员为私有 私有数据成员不会暴漏给嵌套组件等外部调用方
Inheritance Hierarchy
SystemObject
  SystemAttribute
    LoongCAD.STC.Friendly.PluginsAttributePrivateFieldAttribute

Namespace: LoongCAD.STC.Friendly.Plugins
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.18 (2025.0.9.18)
Syntax
C#
public class AttributePrivateFieldAttribute : Attribute

The AttributePrivateFieldAttribute type exposes the following members.

Constructors
 NameDescription
Public methodAttributePrivateFieldAttributeInitializes a new instance of the AttributePrivateFieldAttribute class
Top
See Also