FlagsHelper.Unset<T> Method

Public Shared Sub Unset(Of  _ 
T As Structure)( _ 
ByRef flags As T, _ 
ByVal flag As T _ 
)
This language is not supported or no code example is available.
public static void Unset<T>( 
ref T flags
T flag 

where T : struct
This language is not supported or no code example is available.

Type Parameters

T

Parameters

flags
T

flag
T

.NET Framework

Supported in: 4.8

In this article

Definition