CodePropertyData.GetCodeReference Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The getter code reference.
public:
property System::Reflection::MethodInfo ^ GetCodeReference { System::Reflection::MethodInfo ^ get(); void set(System::Reflection::MethodInfo ^ value); };
public System.Reflection.MethodInfo GetCodeReference { get; set; }
member this.GetCodeReference : System.Reflection.MethodInfo with get, set
Public Property GetCodeReference As MethodInfo