mirror of
https://github.com/evopro-ag/Sharp7Reactive.git
synced 2025-12-17 12:12:51 +00:00
10 lines
202 B
C#
10 lines
202 B
C#
namespace Sharp7.Rx.Extensions;
|
|
|
|
internal static class S7VariableAddressExtensions
|
|
{
|
|
public static bool MatchesType(this S7VariableAddress address, Type type)
|
|
{
|
|
return false;
|
|
}
|
|
}
|