Exemple #1
0
 public ClassName ClassNameInScope(Ref <ResolutionScopes> scope, SlashedName slashedName)
 {
     return(new ClassName(scope, slashedName));
 }
 public ClassName ClassNameInScope(Ref<ResolutionScopes> scope, SlashedName slashedName)
 {
     return new ClassName(scope, slashedName);
 }