Click or drag to resize

SymbolicRef Type Conversions

Operators
  NameDescription
Public operatorStatic member(EventInfo to SymbolicRef)
Implicit conversion of a EventInfo to a SymbolicRef (actually, a EventRef).
Public operatorStatic member(FieldInfo to SymbolicRef)
Implicit conversion of a FieldInfo to a SymbolicRef (actually, a FieldRef).
Public operatorStatic member(MethodBase to SymbolicRef)
Implicit conversion of a MethodBase to a SymbolicRef (actually, a MethodRef or ConstructorRef).
Public operatorStatic member(PropertyInfo to SymbolicRef)
Implicit conversion of a PropertyInfo to a SymbolicRef (actually, a PropertyRef).
Public operatorStatic member(Type to SymbolicRef)
Implicit conversion of a Type to a SymbolicRef (actually, a TypeRef).
Public operatorStatic member(EventReference to SymbolicRef)
Implicit conversion of a EventReference to a SymbolicRef (actually, a EventRef).
Public operatorStatic member(FieldReference to SymbolicRef)
Implicit conversion of a FieldReference to a SymbolicRef (actually, a FieldRef).
Public operatorStatic member(MethodReference to SymbolicRef)
Implicit conversion of a MethodReference to a SymbolicRef (actually, a MethodRef or ConstructorRef).
Public operatorStatic member(Namespace to SymbolicRef)
Implicit conversion of a Namespace to a SymbolicRef (actually, a NamespaceRef).
Public operatorStatic member(PropertyReference to SymbolicRef)
Implicit conversion of a PropertyReference to a SymbolicRef (actually, a PropertyRef).
Public operatorStatic member(Statement to SymbolicRef)
Implicit conversion of a Statement to a SymbolicRef.
Public operatorStatic member(TypeParameter to SymbolicRef)
Implicit conversion of a TypeParameter to a SymbolicRef (actually, a TypeParameterRef).
Public operatorStatic member(TypeReference to SymbolicRef)
Implicit conversion of a TypeDefinition to a SymbolicRef (actually, a TypeRef).
Top
See Also