﻿// C++/WinRT v1.0.180821.2

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#pragma once
#include "winrt/impl/Windows.Foundation.Collections.0.h"
#include "winrt/impl/Windows.Foundation.Collections.0.h"

WINRT_EXPORT namespace winrt::Windows::Foundation::Collections {

struct WINRT_EBO IPropertySet :
    Windows::Foundation::IInspectable,
    impl::consume_t<IPropertySet>,
    impl::require<IPropertySet, Windows::Foundation::Collections::IIterable<Windows::Foundation::Collections::IKeyValuePair<hstring, Windows::Foundation::IInspectable>>, Windows::Foundation::Collections::IMap<hstring, Windows::Foundation::IInspectable>, Windows::Foundation::Collections::IObservableMap<hstring, Windows::Foundation::IInspectable>>
{
    IPropertySet(std::nullptr_t = nullptr) noexcept {}
};

}
