mirror of
https://github.com/S7NetPlus/s7netplus.git
synced 2026-02-17 22:38:27 +08:00
7 lines
161 B
C#
7 lines
161 B
C#
using System.ComponentModel;
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
{
|
|
[EditorBrowsable(EditorBrowsableState.Never)]
|
|
internal record IsExternalInit;
|
|
} |