internal static RegisteredLinkTypeCollectionImpl GetInstance([CallerMemberName] string callerName = "")
        {
            RegisteredLinkTypeCollectionImpl instance = default(RegisteredLinkTypeCollectionImpl);

            InstanceFactory(ref instance, callerName);
            return(instance);
        }
 static partial void InstanceFactory(ref RegisteredLinkTypeCollectionImpl instance, [CallerMemberName] string callerName = "");