I find in other team member's project, they are referencing a type in
following format
"
public static global::ErrorRe port.Descriptio n Description
= new global::ErrorRe port.Descriptio n();
"
I do not understand the usage of "global" here, could anyone please
clarify its usage and what benift of using that. Thanks in advance.
following format
"
public static global::ErrorRe port.Descriptio n Description
= new global::ErrorRe port.Descriptio n();
"
I do not understand the usage of "global" here, could anyone please
clarify its usage and what benift of using that. Thanks in advance.
Comment