Nevron .NET Vision
Nevron.Reflection Namespace / NSkipFieldAttribute Class
Members


In This Topic
    NSkipFieldAttribute Class
    In This Topic
    Explicitly skips a constant field from enumerating it.
    Object Model
    NSkipFieldAttribute Class
    Syntax
    'Declaration
     
    
    <System.AttributeUsageAttribute(AttributeTargets.Field)>
    Public Class NSkipFieldAttribute 
       Inherits System.Attribute
    'Usage
     
    
    Dim instance As NSkipFieldAttribute
    [System.AttributeUsage(AttributeTargets.Field)]
    public class NSkipFieldAttribute : System.Attribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          Nevron.Reflection.NSkipFieldAttribute

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also