IgnoreFieldAttribute 클래스

정의

필드 또는 속성을 제외된 것으로 정의합니다.

[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)]
[System.Serializable]
public class IgnoreFieldAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)>]
[<System.Serializable>]
type IgnoreFieldAttribute = class
    inherit Attribute
Public Class IgnoreFieldAttribute
Inherits Attribute
상속
IgnoreFieldAttribute
특성

설명

무시된 필드는 필드 목록에서 제외되는 필드입니다.

생성자

IgnoreFieldAttribute()

필드 또는 속성을 제외된 것으로 표시합니다.

적용 대상