File: System\Runtime\DurableInstancing\InstanceStoreQueryResult.cs
Project: ndp\cdf\src\NetFx40\System.Runtime.DurableInstancing\System.Runtime.DurableInstancing.csproj (System.Runtime.DurableInstancing)
//----------------------------------------------------------------
// Copyright (c) Microsoft Corporation.  All rights reserved.
//----------------------------------------------------------------
 
namespace System.Runtime.DurableInstancing
{
    [Fx.Tag.XamlVisible(false)]
    public abstract class InstanceStoreQueryResult
    {
        protected InstanceStoreQueryResult()
        {
        }
    }
}