FieldInfo.GetOptionalCustomModifiers Method
Namespace: System.Reflection.Mock
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
'Declaration
Public MustOverride Function GetOptionalCustomModifiers As Type()
'Usage
Dim instance As FieldInfo
Dim returnValue As Type()
returnValue = instance.GetOptionalCustomModifiers()
public abstract Type[] GetOptionalCustomModifiers()
public:
virtual array<Type^>^ GetOptionalCustomModifiers() abstract
abstract GetOptionalCustomModifiers : unit -> Type[]
public abstract function GetOptionalCustomModifiers() : Type[]
Type: array<System.Reflection.Mock.Type[]
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.