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

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