Show / Hide Table of Contents

Struct ReflectionSpecialName

Class helping identifying special names found with reflection

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public struct ReflectionSpecialName

Constructors

ReflectionSpecialName(ReflectionSpecialNameType, String)

Declaration
public ReflectionSpecialName(ReflectionSpecialNameType type, string argument = null)
Parameters
ReflectionSpecialNameType type

System.String argument

ReflectionSpecialName(String)

Declaration
public ReflectionSpecialName(string name)
Parameters
System.String name

Properties

Argument

Declaration
public string Argument { get; }
Property Value
System.String

Type

Declaration
public ReflectionSpecialNameType Type { get; }
Property Value
ReflectionSpecialNameType

Back to top Built by Itinero, MIT licensed.