示例#1
0
 public override object?ConvertBack(object?value, System.Type?targetType, object?parameter, System.Globalization.CultureInfo?culture)
 {
     if (value is bool)
     {
         return(((bool)value) == false);
     }
     return(null);
 }
示例#2
0
        private List <PropertyInfo> GetProps(System.Type?type)
        {
            var props = new List <PropertyInfo>();

            if (type != null)
            {
                props.AddRange(GetProps(type.BaseType));

                props.AddRange(type.GetProperties(BindingFlags.Public | BindingFlags.Instance | BindingFlags.DeclaredOnly));
            }

            return(props);
        }
示例#3
0
 public static System.Reflection.Emit.SignatureHelper GetPropertySigHelper(System.Reflection.Module?mod, System.Type?returnType, System.Type[]?requiredReturnTypeCustomModifiers, System.Type[]?optionalReturnTypeCustomModifiers, System.Type[]?parameterTypes, System.Type[][]?requiredParameterTypeCustomModifiers, System.Type[][]?optionalParameterTypeCustomModifiers)
 {
     throw null;
 }
示例#4
0
 public static System.Reflection.Emit.SignatureHelper GetMethodSigHelper(System.Reflection.Module?mod, System.Reflection.CallingConventions callingConvention, System.Type?returnType)
 {
     throw null;
 }
示例#5
0
 public virtual void EmitCalli(System.Reflection.Emit.OpCode opcode, System.Reflection.CallingConventions callingConvention, System.Type?returnType, System.Type[]?parameterTypes, System.Type[]?optionalParameterTypes)
 {
 }
示例#6
0
 public virtual System.Threading.Tasks.ValueTask <System.BinaryData> SerializeAsync(object?value, System.Type?inputType = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
 public BinaryData(object?jsonSerializable, System.Text.Json.JsonSerializerOptions?options = null, System.Type?type = null)
 {
 }
示例#8
0
 public BinaryData(object jsonSerializable, System.Type?type = null)
 {
     throw null;
 }
 public DynamicMethod(string name, System.Type?returnType, System.Type[]?parameterTypes)
 {
 }
 public DynamicMethod(string name, System.Reflection.MethodAttributes attributes, System.Reflection.CallingConventions callingConvention, System.Type?returnType, System.Type[]?parameterTypes, System.Type owner, bool skipVisibility)
 {
 }
 public DynamicMethod(string name, System.Type?returnType, System.Type[]?parameterTypes, System.Type owner, bool skipVisibility)
 {
 }
 public DynamicMethod(string name, System.Type?returnType, System.Type[]?parameterTypes, System.Reflection.Module m, bool skipVisibility)
 {
 }
 public DynamicMethod(string name, System.Type?returnType, System.Type[]?parameterTypes, System.Reflection.Module m)
 {
 }
示例#14
0
 public static bool IsAssignableFrom(this System.Type type, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] System.Type?c)
 {
     throw null;
 }
示例#15
0
 public static System.Reflection.PropertyInfo?GetProperty([System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)] this System.Type type, string name, System.Type? returnType, System.Type[] types)
 {
     throw null;
 }
示例#16
0
 public static System.Runtime.CompilerServices.CallSiteBinder UnaryOperation(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, System.Linq.Expressions.ExpressionType operation, System.Type?context, System.Collections.Generic.IEnumerable <Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo>?argumentInfo)
 {
     throw null;
 }
示例#17
0
 public BinaryData(object serializable, Azure.Core.Serialization.ObjectSerializer serializer, System.Type?type = null)
 {
     throw null;
 }
 public DynamicMethod(string name, System.Type?returnType, System.Type[]?parameterTypes, bool restrictedSkipVisibility)
 {
 }
示例#19
0
 public virtual void BeginCatchBlock(System.Type?exceptionType)
 {
 }
示例#20
0
 public static System.IO.IsolatedStorage.IsolatedStorageFile GetStore(System.IO.IsolatedStorage.IsolatedStorageScope scope, System.Type?applicationEvidenceType)
 {
     throw null;
 }
示例#21
0
 public override System.BinaryData Serialize(object?value, System.Type?inputType = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
示例#22
0
 public static System.IO.IsolatedStorage.IsolatedStorageFile GetStore(System.IO.IsolatedStorage.IsolatedStorageScope scope, System.Type?domainEvidenceType, System.Type?assemblyEvidenceType)
 {
     throw null;
 }
示例#23
0
 public CloudEvent(string source, string type, object?jsonSerializableData, System.Type?dataSerializationType = null)
 {
 }
示例#24
0
 protected void InitStore(System.IO.IsolatedStorage.IsolatedStorageScope scope, System.Type?domainEvidenceType, System.Type?assemblyEvidenceType)
 {
 }
示例#25
0
 public virtual void EmitCalli(System.Reflection.Emit.OpCode opcode, System.Runtime.InteropServices.CallingConvention unmanagedCallConv, System.Type?returnType, System.Type[]?parameterTypes)
 {
 }
示例#26
0
 public static System.Runtime.CompilerServices.CallSiteBinder Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, System.Type type, System.Type?context)
 {
     throw null;
 }
示例#27
0
 public static System.Reflection.Emit.SignatureHelper GetPropertySigHelper(System.Reflection.Module?mod, System.Type?returnType, System.Type[]?parameterTypes)
 {
     throw null;
 }
示例#28
0
 public static System.Runtime.CompilerServices.CallSiteBinder IsEvent(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, string name, System.Type?context)
 {
     throw null;
 }
 public JsonData(object?value, System.Text.Json.JsonSerializerOptions options, System.Type?type = null)
 {
 }
示例#30
0
 public static System.Runtime.CompilerServices.CallSiteBinder SetMember(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags flags, string name, System.Type?context, System.Collections.Generic.IEnumerable <Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo>?argumentInfo)
 {
     throw null;
 }