7 строки
298 B
C#
7 строки
298 B
C#
// Copyright (c) Microsoft. All rights reserved.
|
|
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
|
using System.Runtime.CompilerServices;
|
|
|
|
// Lets test assembly access internal methods
|
|
[assembly: InternalsVisibleTo("LoraKeysManagerFacade.Test")]
|