C# Class Cilador.Fody.TestMixins.FieldsMixin

Inheritance: IEmptyInterface
Show file Open project: rileywhite/Cilador

Public Properties

Property Type Description
closedGenericTypeField List
delegateField EventHandler
enumField TypeCode
publicField int
publicStaticField int
readonlyEnumField TypeCode
readonlyPrimitiveField int
readonlyReferenceTypeField object
readonlyStringField string
readonlyValueTypeField System.Collections.DictionaryEntry
referenceTypeField object
staticReadonlyEnumField TypeCode
staticReadonlyPrimitiveField int
staticReadonlyReferenceTypeField object
staticReadonlyStringField string
staticReadonlyValueTypeField System.Collections.DictionaryEntry
valueTypeField System.Collections.DictionaryEntry

Protected Properties

Property Type Description
protectedField int
protectedInternalField int
protectedInternalStaticField int
protectedStaticField int

Property Details

closedGenericTypeField public property

public List closedGenericTypeField
return List

delegateField public property

public EventHandler delegateField
return EventHandler

enumField public property

public TypeCode enumField
return TypeCode

protectedField protected property

protected int protectedField
return int

protectedInternalField protected property

protected int protectedInternalField
return int

protectedInternalStaticField protected static property

protected static int protectedInternalStaticField
return int

protectedStaticField protected static property

protected static int protectedStaticField
return int

publicField public property

public int publicField
return int

publicStaticField public static property

public static int publicStaticField
return int

readonlyEnumField public property

public TypeCode readonlyEnumField
return TypeCode

readonlyPrimitiveField public property

public int readonlyPrimitiveField
return int

readonlyReferenceTypeField public property

public object readonlyReferenceTypeField
return object

readonlyStringField public property

public string readonlyStringField
return string

readonlyValueTypeField public property

public DictionaryEntry,System.Collections readonlyValueTypeField
return System.Collections.DictionaryEntry

referenceTypeField public property

public object referenceTypeField
return object

staticReadonlyEnumField public static property

public static TypeCode staticReadonlyEnumField
return TypeCode

staticReadonlyPrimitiveField public static property

public static int staticReadonlyPrimitiveField
return int

staticReadonlyReferenceTypeField public static property

public static object staticReadonlyReferenceTypeField
return object

staticReadonlyStringField public static property

public static string staticReadonlyStringField
return string

staticReadonlyValueTypeField public static property

public static DictionaryEntry,System.Collections staticReadonlyValueTypeField
return System.Collections.DictionaryEntry

valueTypeField public property

public DictionaryEntry,System.Collections valueTypeField
return System.Collections.DictionaryEntry