IniQuoteValueAttribute Class

TG.INI

IniQuoteValueAttribute Class

Tells the serializer to quote the value.
Inheritance Hierarchy
SystemObject  SystemAttribute
    TG.INI.SerializationIniQuoteValueAttribute

Namespace:  TG.INI.Serialization
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public class IniQuoteValueAttribute : Attribute
Public Class IniQuoteValueAttribute
	Inherits Attribute
public ref class IniQuoteValueAttribute : public Attribute
type IniQuoteValueAttribute =  
    class
        inherit Attribute
    end

The IniQuoteValueAttribute type exposes the following members.

Constructors
  NameDescription
Public methodIniQuoteValueAttribute
Initializes a new instance of the IniQuoteValueAttribute class
Top
Properties
  NameDescription
Public propertyTypeId (Inherited from Attribute.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Attribute.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also