Udostępnij przez


IgnoreFieldAttribute Klasa

Definicja

Zdefiniuj pole lub właściwość jako wykluczone.

[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
Dziedziczenie
IgnoreFieldAttribute
Atrybuty

Uwagi

Ignorowane pole jest polem wykluczonym z listy pól.

Konstruktory

IgnoreFieldAttribute()

Oznacz pole lub właściwość jako wykluczone.

Dotyczy