Пример #1
0
        internal static ICSCodeTypeLocation Create(string externalLocation)
        {
            var result = new CodeTypeLocationExtender(externalLocation);

            return((ICSCodeTypeLocation)ComAggregate.CreateAggregatedObject(result));
        }
Пример #2
0
 internal static ICSCodeTypeLocation Create(string externalLocation)
 {
     var result = new CodeTypeLocationExtender(externalLocation);
     return (ICSCodeTypeLocation)ComAggregate.CreateAggregatedObject(result);
 }