### YamlMime:ManagedReference items: - uid: MLEM.Data.CopyConstructorAttribute commentId: T:MLEM.Data.CopyConstructorAttribute id: CopyConstructorAttribute parent: MLEM.Data children: [] langs: - csharp - vb name: CopyConstructorAttribute nameWithType: CopyConstructorAttribute fullName: MLEM.Data.CopyConstructorAttribute type: Class source: remote: path: MLEM.Data/CopyExtensions.cs branch: main repo: https://github.com/Ellpeck/MLEM id: CopyConstructorAttribute path: ../MLEM.Data/CopyExtensions.cs startLine: 123 assemblies: - MLEM.Data namespace: MLEM.Data summary: An attribute that, when added to a constructor, will make that constructor the one used by , and . example: [] syntax: content: >- [AttributeUsage(AttributeTargets.Constructor)] [Obsolete("CopyExtensions has major flaws and insufficient speed compared to other libraries specifically designed for copying objects.")] public class CopyConstructorAttribute : Attribute, _Attribute content.vb: >- Public Class CopyConstructorAttribute Inherits Attribute Implements _Attribute inheritance: - System.Object - System.Attribute implements: - System.Runtime.InteropServices._Attribute inheritedMembers: - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) - System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) - System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) - System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) - System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) - System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) - System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) - System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) - System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) - System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) - System.Attribute.GetCustomAttributes(System.Reflection.Module) - System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) - System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) - System.Attribute.IsDefined(System.Reflection.Module,System.Type) - System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) - System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) - System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) - System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) - System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) - System.Attribute.GetCustomAttributes(System.Reflection.Assembly) - System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) - System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) - System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) - System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) - System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) - System.Attribute.Equals(System.Object) - System.Attribute.GetHashCode - System.Attribute.Match(System.Object) - System.Attribute.IsDefaultAttribute - System.Attribute.TypeId - System.Object.ToString - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetType - System.Object.MemberwiseClone extensionMethods: - MLEM.Data.CopyConstructorAttribute.MLEM.Data.CopyExtensions.CopyInto``1(MLEM.Data.CopyConstructorAttribute,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) - MLEM.Data.CopyConstructorAttribute.MLEM.Data.CopyExtensions.Copy``1(System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) - MLEM.Data.CopyConstructorAttribute.MLEM.Data.CopyExtensions.DeepCopyInto``1(MLEM.Data.CopyConstructorAttribute,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) - MLEM.Data.CopyConstructorAttribute.MLEM.Data.CopyExtensions.DeepCopy``1(System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) attributes: - type: System.AttributeUsageAttribute ctor: System.AttributeUsageAttribute.#ctor(System.AttributeTargets) arguments: - type: System.AttributeTargets value: 32 - type: System.ObsoleteAttribute ctor: System.ObsoleteAttribute.#ctor(System.String) arguments: - type: System.String value: CopyExtensions has major flaws and insufficient speed compared to other libraries specifically designed for copying objects. references: - uid: MLEM.Data.CopyExtensions.Copy``1(``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) commentId: M:MLEM.Data.CopyExtensions.Copy``1(``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) isExternal: true href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_Copy__1___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ name: Copy(T, BindingFlags, Predicate) nameWithType: CopyExtensions.Copy(T, BindingFlags, Predicate) fullName: MLEM.Data.CopyExtensions.Copy(T, System.Reflection.BindingFlags, System.Predicate) nameWithType.vb: CopyExtensions.Copy(Of T)(T, BindingFlags, Predicate(Of FieldInfo)) fullName.vb: MLEM.Data.CopyExtensions.Copy(Of T)(T, System.Reflection.BindingFlags, System.Predicate(Of System.Reflection.FieldInfo)) name.vb: Copy(Of T)(T, BindingFlags, Predicate(Of FieldInfo)) spec.csharp: - uid: MLEM.Data.CopyExtensions.Copy``1(``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: Copy href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_Copy__1___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: < - name: T - name: '>' - name: ( - name: T - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: < - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: '>' - name: ) spec.vb: - uid: MLEM.Data.CopyExtensions.Copy``1(``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: Copy href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_Copy__1___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - name: T - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: ( - name: Of - name: " " - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: ) - name: ) - uid: MLEM.Data.CopyExtensions.DeepCopy``1(``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) commentId: M:MLEM.Data.CopyExtensions.DeepCopy``1(``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) isExternal: true href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_DeepCopy__1___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ name: DeepCopy(T, BindingFlags, Predicate) nameWithType: CopyExtensions.DeepCopy(T, BindingFlags, Predicate) fullName: MLEM.Data.CopyExtensions.DeepCopy(T, System.Reflection.BindingFlags, System.Predicate) nameWithType.vb: CopyExtensions.DeepCopy(Of T)(T, BindingFlags, Predicate(Of FieldInfo)) fullName.vb: MLEM.Data.CopyExtensions.DeepCopy(Of T)(T, System.Reflection.BindingFlags, System.Predicate(Of System.Reflection.FieldInfo)) name.vb: DeepCopy(Of T)(T, BindingFlags, Predicate(Of FieldInfo)) spec.csharp: - uid: MLEM.Data.CopyExtensions.DeepCopy``1(``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: DeepCopy href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_DeepCopy__1___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: < - name: T - name: '>' - name: ( - name: T - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: < - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: '>' - name: ) spec.vb: - uid: MLEM.Data.CopyExtensions.DeepCopy``1(``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: DeepCopy href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_DeepCopy__1___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - name: T - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: ( - name: Of - name: " " - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: ) - name: ) - uid: MLEM.Data.CopyExtensions.DeepCopyInto``1(``0,``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) commentId: M:MLEM.Data.CopyExtensions.DeepCopyInto``1(``0,``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) isExternal: true href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_DeepCopyInto__1___0___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ name: DeepCopyInto(T, T, BindingFlags, Predicate) nameWithType: CopyExtensions.DeepCopyInto(T, T, BindingFlags, Predicate) fullName: MLEM.Data.CopyExtensions.DeepCopyInto(T, T, System.Reflection.BindingFlags, System.Predicate) nameWithType.vb: CopyExtensions.DeepCopyInto(Of T)(T, T, BindingFlags, Predicate(Of FieldInfo)) fullName.vb: MLEM.Data.CopyExtensions.DeepCopyInto(Of T)(T, T, System.Reflection.BindingFlags, System.Predicate(Of System.Reflection.FieldInfo)) name.vb: DeepCopyInto(Of T)(T, T, BindingFlags, Predicate(Of FieldInfo)) spec.csharp: - uid: MLEM.Data.CopyExtensions.DeepCopyInto``1(``0,``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: DeepCopyInto href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_DeepCopyInto__1___0___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: < - name: T - name: '>' - name: ( - name: T - name: ',' - name: " " - name: T - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: < - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: '>' - name: ) spec.vb: - uid: MLEM.Data.CopyExtensions.DeepCopyInto``1(``0,``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: DeepCopyInto href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_DeepCopyInto__1___0___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - name: T - name: ',' - name: " " - name: T - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: ( - name: Of - name: " " - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: ) - name: ) - uid: MLEM.Data commentId: N:MLEM.Data href: MLEM.html name: MLEM.Data nameWithType: MLEM.Data fullName: MLEM.Data spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Data name: Data href: MLEM.Data.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Data name: Data href: MLEM.Data.html - uid: System.Object commentId: T:System.Object parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: System.Attribute commentId: T:System.Attribute parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute name: Attribute nameWithType: Attribute fullName: System.Attribute - uid: System.Runtime.InteropServices._Attribute commentId: T:System.Runtime.InteropServices._Attribute parent: System.Runtime.InteropServices isExternal: true href: https://learn.microsoft.com/dotnet/api/system.runtime.interopservices._attribute name: _Attribute nameWithType: _Attribute fullName: System.Runtime.InteropServices._Attribute - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-memberinfo-system-type) name: GetCustomAttributes(MemberInfo, Type) nameWithType: Attribute.GetCustomAttributes(MemberInfo, Type) fullName: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-memberinfo-system-type) - name: ( - uid: System.Reflection.MemberInfo name: MemberInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.memberinfo - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-memberinfo-system-type) - name: ( - uid: System.Reflection.MemberInfo name: MemberInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.memberinfo - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-memberinfo-system-type-system-boolean) name: GetCustomAttributes(MemberInfo, Type, bool) nameWithType: Attribute.GetCustomAttributes(MemberInfo, Type, bool) fullName: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, bool) nameWithType.vb: Attribute.GetCustomAttributes(MemberInfo, Type, Boolean) fullName.vb: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, Boolean) name.vb: GetCustomAttributes(MemberInfo, Type, Boolean) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-memberinfo-system-type-system-boolean) - name: ( - uid: System.Reflection.MemberInfo name: MemberInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.memberinfo - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-memberinfo-system-type-system-boolean) - name: ( - uid: System.Reflection.MemberInfo name: MemberInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.memberinfo - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-memberinfo) name: GetCustomAttributes(MemberInfo) nameWithType: Attribute.GetCustomAttributes(MemberInfo) fullName: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-memberinfo) - name: ( - uid: System.Reflection.MemberInfo name: MemberInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.memberinfo - name: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-memberinfo) - name: ( - uid: System.Reflection.MemberInfo name: MemberInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.memberinfo - name: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-memberinfo-system-boolean) name: GetCustomAttributes(MemberInfo, bool) nameWithType: Attribute.GetCustomAttributes(MemberInfo, bool) fullName: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, bool) nameWithType.vb: Attribute.GetCustomAttributes(MemberInfo, Boolean) fullName.vb: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, Boolean) name.vb: GetCustomAttributes(MemberInfo, Boolean) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-memberinfo-system-boolean) - name: ( - uid: System.Reflection.MemberInfo name: MemberInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.memberinfo - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-memberinfo-system-boolean) - name: ( - uid: System.Reflection.MemberInfo name: MemberInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.memberinfo - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) commentId: M:System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-memberinfo-system-type) name: IsDefined(MemberInfo, Type) nameWithType: Attribute.IsDefined(MemberInfo, Type) fullName: System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type) spec.csharp: - uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) name: IsDefined isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-memberinfo-system-type) - name: ( - uid: System.Reflection.MemberInfo name: MemberInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.memberinfo - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ) spec.vb: - uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) name: IsDefined isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-memberinfo-system-type) - name: ( - uid: System.Reflection.MemberInfo name: MemberInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.memberinfo - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ) - uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) commentId: M:System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-memberinfo-system-type-system-boolean) name: IsDefined(MemberInfo, Type, bool) nameWithType: Attribute.IsDefined(MemberInfo, Type, bool) fullName: System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, bool) nameWithType.vb: Attribute.IsDefined(MemberInfo, Type, Boolean) fullName.vb: System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, Boolean) name.vb: IsDefined(MemberInfo, Type, Boolean) spec.csharp: - uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) name: IsDefined isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-memberinfo-system-type-system-boolean) - name: ( - uid: System.Reflection.MemberInfo name: MemberInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.memberinfo - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) name: IsDefined isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-memberinfo-system-type-system-boolean) - name: ( - uid: System.Reflection.MemberInfo name: MemberInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.memberinfo - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-memberinfo-system-type) name: GetCustomAttribute(MemberInfo, Type) nameWithType: Attribute.GetCustomAttribute(MemberInfo, Type) fullName: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type) spec.csharp: - uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) name: GetCustomAttribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-memberinfo-system-type) - name: ( - uid: System.Reflection.MemberInfo name: MemberInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.memberinfo - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ) spec.vb: - uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) name: GetCustomAttribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-memberinfo-system-type) - name: ( - uid: System.Reflection.MemberInfo name: MemberInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.memberinfo - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ) - uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-memberinfo-system-type-system-boolean) name: GetCustomAttribute(MemberInfo, Type, bool) nameWithType: Attribute.GetCustomAttribute(MemberInfo, Type, bool) fullName: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, bool) nameWithType.vb: Attribute.GetCustomAttribute(MemberInfo, Type, Boolean) fullName.vb: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, Boolean) name.vb: GetCustomAttribute(MemberInfo, Type, Boolean) spec.csharp: - uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) name: GetCustomAttribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-memberinfo-system-type-system-boolean) - name: ( - uid: System.Reflection.MemberInfo name: MemberInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.memberinfo - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) name: GetCustomAttribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-memberinfo-system-type-system-boolean) - name: ( - uid: System.Reflection.MemberInfo name: MemberInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.memberinfo - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-parameterinfo) name: GetCustomAttributes(ParameterInfo) nameWithType: Attribute.GetCustomAttributes(ParameterInfo) fullName: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-parameterinfo) - name: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.parameterinfo - name: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-parameterinfo) - name: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.parameterinfo - name: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-parameterinfo-system-type) name: GetCustomAttributes(ParameterInfo, Type) nameWithType: Attribute.GetCustomAttributes(ParameterInfo, Type) fullName: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-parameterinfo-system-type) - name: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.parameterinfo - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-parameterinfo-system-type) - name: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.parameterinfo - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-parameterinfo-system-type-system-boolean) name: GetCustomAttributes(ParameterInfo, Type, bool) nameWithType: Attribute.GetCustomAttributes(ParameterInfo, Type, bool) fullName: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, bool) nameWithType.vb: Attribute.GetCustomAttributes(ParameterInfo, Type, Boolean) fullName.vb: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, Boolean) name.vb: GetCustomAttributes(ParameterInfo, Type, Boolean) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-parameterinfo-system-type-system-boolean) - name: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.parameterinfo - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-parameterinfo-system-type-system-boolean) - name: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.parameterinfo - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-parameterinfo-system-boolean) name: GetCustomAttributes(ParameterInfo, bool) nameWithType: Attribute.GetCustomAttributes(ParameterInfo, bool) fullName: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, bool) nameWithType.vb: Attribute.GetCustomAttributes(ParameterInfo, Boolean) fullName.vb: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, Boolean) name.vb: GetCustomAttributes(ParameterInfo, Boolean) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-parameterinfo-system-boolean) - name: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.parameterinfo - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-parameterinfo-system-boolean) - name: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.parameterinfo - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) commentId: M:System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-parameterinfo-system-type) name: IsDefined(ParameterInfo, Type) nameWithType: Attribute.IsDefined(ParameterInfo, Type) fullName: System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type) spec.csharp: - uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) name: IsDefined isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-parameterinfo-system-type) - name: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.parameterinfo - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ) spec.vb: - uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) name: IsDefined isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-parameterinfo-system-type) - name: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.parameterinfo - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ) - uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) commentId: M:System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-parameterinfo-system-type-system-boolean) name: IsDefined(ParameterInfo, Type, bool) nameWithType: Attribute.IsDefined(ParameterInfo, Type, bool) fullName: System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, bool) nameWithType.vb: Attribute.IsDefined(ParameterInfo, Type, Boolean) fullName.vb: System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, Boolean) name.vb: IsDefined(ParameterInfo, Type, Boolean) spec.csharp: - uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) name: IsDefined isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-parameterinfo-system-type-system-boolean) - name: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.parameterinfo - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) name: IsDefined isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-parameterinfo-system-type-system-boolean) - name: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.parameterinfo - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-parameterinfo-system-type) name: GetCustomAttribute(ParameterInfo, Type) nameWithType: Attribute.GetCustomAttribute(ParameterInfo, Type) fullName: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type) spec.csharp: - uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) name: GetCustomAttribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-parameterinfo-system-type) - name: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.parameterinfo - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ) spec.vb: - uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) name: GetCustomAttribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-parameterinfo-system-type) - name: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.parameterinfo - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ) - uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-parameterinfo-system-type-system-boolean) name: GetCustomAttribute(ParameterInfo, Type, bool) nameWithType: Attribute.GetCustomAttribute(ParameterInfo, Type, bool) fullName: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, bool) nameWithType.vb: Attribute.GetCustomAttribute(ParameterInfo, Type, Boolean) fullName.vb: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, Boolean) name.vb: GetCustomAttribute(ParameterInfo, Type, Boolean) spec.csharp: - uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) name: GetCustomAttribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-parameterinfo-system-type-system-boolean) - name: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.parameterinfo - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) name: GetCustomAttribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-parameterinfo-system-type-system-boolean) - name: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.parameterinfo - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-module-system-type) name: GetCustomAttributes(Module, Type) nameWithType: Attribute.GetCustomAttributes(Module, Type) fullName: System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-module-system-type) - name: ( - uid: System.Reflection.Module name: Module isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.module - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-module-system-type) - name: ( - uid: System.Reflection.Module name: Module isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.module - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Module) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-module) name: GetCustomAttributes(Module) nameWithType: Attribute.GetCustomAttributes(Module) fullName: System.Attribute.GetCustomAttributes(System.Reflection.Module) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-module) - name: ( - uid: System.Reflection.Module name: Module isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.module - name: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-module) - name: ( - uid: System.Reflection.Module name: Module isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.module - name: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-module-system-boolean) name: GetCustomAttributes(Module, bool) nameWithType: Attribute.GetCustomAttributes(Module, bool) fullName: System.Attribute.GetCustomAttributes(System.Reflection.Module, bool) nameWithType.vb: Attribute.GetCustomAttributes(Module, Boolean) fullName.vb: System.Attribute.GetCustomAttributes(System.Reflection.Module, Boolean) name.vb: GetCustomAttributes(Module, Boolean) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-module-system-boolean) - name: ( - uid: System.Reflection.Module name: Module isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.module - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-module-system-boolean) - name: ( - uid: System.Reflection.Module name: Module isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.module - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-module-system-type-system-boolean) name: GetCustomAttributes(Module, Type, bool) nameWithType: Attribute.GetCustomAttributes(Module, Type, bool) fullName: System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, bool) nameWithType.vb: Attribute.GetCustomAttributes(Module, Type, Boolean) fullName.vb: System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, Boolean) name.vb: GetCustomAttributes(Module, Type, Boolean) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-module-system-type-system-boolean) - name: ( - uid: System.Reflection.Module name: Module isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.module - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-module-system-type-system-boolean) - name: ( - uid: System.Reflection.Module name: Module isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.module - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type) commentId: M:System.Attribute.IsDefined(System.Reflection.Module,System.Type) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-module-system-type) name: IsDefined(Module, Type) nameWithType: Attribute.IsDefined(Module, Type) fullName: System.Attribute.IsDefined(System.Reflection.Module, System.Type) spec.csharp: - uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type) name: IsDefined isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-module-system-type) - name: ( - uid: System.Reflection.Module name: Module isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.module - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ) spec.vb: - uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type) name: IsDefined isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-module-system-type) - name: ( - uid: System.Reflection.Module name: Module isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.module - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ) - uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) commentId: M:System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-module-system-type-system-boolean) name: IsDefined(Module, Type, bool) nameWithType: Attribute.IsDefined(Module, Type, bool) fullName: System.Attribute.IsDefined(System.Reflection.Module, System.Type, bool) nameWithType.vb: Attribute.IsDefined(Module, Type, Boolean) fullName.vb: System.Attribute.IsDefined(System.Reflection.Module, System.Type, Boolean) name.vb: IsDefined(Module, Type, Boolean) spec.csharp: - uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) name: IsDefined isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-module-system-type-system-boolean) - name: ( - uid: System.Reflection.Module name: Module isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.module - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) name: IsDefined isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-module-system-type-system-boolean) - name: ( - uid: System.Reflection.Module name: Module isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.module - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-module-system-type) name: GetCustomAttribute(Module, Type) nameWithType: Attribute.GetCustomAttribute(Module, Type) fullName: System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type) spec.csharp: - uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) name: GetCustomAttribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-module-system-type) - name: ( - uid: System.Reflection.Module name: Module isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.module - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ) spec.vb: - uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) name: GetCustomAttribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-module-system-type) - name: ( - uid: System.Reflection.Module name: Module isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.module - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ) - uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-module-system-type-system-boolean) name: GetCustomAttribute(Module, Type, bool) nameWithType: Attribute.GetCustomAttribute(Module, Type, bool) fullName: System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, bool) nameWithType.vb: Attribute.GetCustomAttribute(Module, Type, Boolean) fullName.vb: System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, Boolean) name.vb: GetCustomAttribute(Module, Type, Boolean) spec.csharp: - uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) name: GetCustomAttribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-module-system-type-system-boolean) - name: ( - uid: System.Reflection.Module name: Module isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.module - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) name: GetCustomAttribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-module-system-type-system-boolean) - name: ( - uid: System.Reflection.Module name: Module isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.module - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-assembly-system-type) name: GetCustomAttributes(Assembly, Type) nameWithType: Attribute.GetCustomAttributes(Assembly, Type) fullName: System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-assembly-system-type) - name: ( - uid: System.Reflection.Assembly name: Assembly isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.assembly - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-assembly-system-type) - name: ( - uid: System.Reflection.Assembly name: Assembly isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.assembly - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-assembly-system-type-system-boolean) name: GetCustomAttributes(Assembly, Type, bool) nameWithType: Attribute.GetCustomAttributes(Assembly, Type, bool) fullName: System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, bool) nameWithType.vb: Attribute.GetCustomAttributes(Assembly, Type, Boolean) fullName.vb: System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, Boolean) name.vb: GetCustomAttributes(Assembly, Type, Boolean) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-assembly-system-type-system-boolean) - name: ( - uid: System.Reflection.Assembly name: Assembly isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.assembly - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-assembly-system-type-system-boolean) - name: ( - uid: System.Reflection.Assembly name: Assembly isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.assembly - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Assembly) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-assembly) name: GetCustomAttributes(Assembly) nameWithType: Attribute.GetCustomAttributes(Assembly) fullName: System.Attribute.GetCustomAttributes(System.Reflection.Assembly) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-assembly) - name: ( - uid: System.Reflection.Assembly name: Assembly isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.assembly - name: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-assembly) - name: ( - uid: System.Reflection.Assembly name: Assembly isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.assembly - name: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-assembly-system-boolean) name: GetCustomAttributes(Assembly, bool) nameWithType: Attribute.GetCustomAttributes(Assembly, bool) fullName: System.Attribute.GetCustomAttributes(System.Reflection.Assembly, bool) nameWithType.vb: Attribute.GetCustomAttributes(Assembly, Boolean) fullName.vb: System.Attribute.GetCustomAttributes(System.Reflection.Assembly, Boolean) name.vb: GetCustomAttributes(Assembly, Boolean) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-assembly-system-boolean) - name: ( - uid: System.Reflection.Assembly name: Assembly isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.assembly - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) name: GetCustomAttributes isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattributes#system-attribute-getcustomattributes(system-reflection-assembly-system-boolean) - name: ( - uid: System.Reflection.Assembly name: Assembly isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.assembly - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) commentId: M:System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-assembly-system-type) name: IsDefined(Assembly, Type) nameWithType: Attribute.IsDefined(Assembly, Type) fullName: System.Attribute.IsDefined(System.Reflection.Assembly, System.Type) spec.csharp: - uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) name: IsDefined isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-assembly-system-type) - name: ( - uid: System.Reflection.Assembly name: Assembly isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.assembly - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ) spec.vb: - uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) name: IsDefined isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-assembly-system-type) - name: ( - uid: System.Reflection.Assembly name: Assembly isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.assembly - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ) - uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) commentId: M:System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-assembly-system-type-system-boolean) name: IsDefined(Assembly, Type, bool) nameWithType: Attribute.IsDefined(Assembly, Type, bool) fullName: System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, bool) nameWithType.vb: Attribute.IsDefined(Assembly, Type, Boolean) fullName.vb: System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, Boolean) name.vb: IsDefined(Assembly, Type, Boolean) spec.csharp: - uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) name: IsDefined isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-assembly-system-type-system-boolean) - name: ( - uid: System.Reflection.Assembly name: Assembly isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.assembly - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) name: IsDefined isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefined#system-attribute-isdefined(system-reflection-assembly-system-type-system-boolean) - name: ( - uid: System.Reflection.Assembly name: Assembly isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.assembly - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-assembly-system-type) name: GetCustomAttribute(Assembly, Type) nameWithType: Attribute.GetCustomAttribute(Assembly, Type) fullName: System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type) spec.csharp: - uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) name: GetCustomAttribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-assembly-system-type) - name: ( - uid: System.Reflection.Assembly name: Assembly isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.assembly - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ) spec.vb: - uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) name: GetCustomAttribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-assembly-system-type) - name: ( - uid: System.Reflection.Assembly name: Assembly isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.assembly - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ) - uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-assembly-system-type-system-boolean) name: GetCustomAttribute(Assembly, Type, bool) nameWithType: Attribute.GetCustomAttribute(Assembly, Type, bool) fullName: System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, bool) nameWithType.vb: Attribute.GetCustomAttribute(Assembly, Type, Boolean) fullName.vb: System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, Boolean) name.vb: GetCustomAttribute(Assembly, Type, Boolean) spec.csharp: - uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) name: GetCustomAttribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-assembly-system-type-system-boolean) - name: ( - uid: System.Reflection.Assembly name: Assembly isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.assembly - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) name: GetCustomAttribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.getcustomattribute#system-attribute-getcustomattribute(system-reflection-assembly-system-type-system-boolean) - name: ( - uid: System.Reflection.Assembly name: Assembly isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.assembly - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: System.Attribute.Equals(System.Object) commentId: M:System.Attribute.Equals(System.Object) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.equals name: Equals(object) nameWithType: Attribute.Equals(object) fullName: System.Attribute.Equals(object) nameWithType.vb: Attribute.Equals(Object) fullName.vb: System.Attribute.Equals(Object) name.vb: Equals(Object) spec.csharp: - uid: System.Attribute.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.equals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Attribute.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.equals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Attribute.GetHashCode commentId: M:System.Attribute.GetHashCode parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.gethashcode name: GetHashCode() nameWithType: Attribute.GetHashCode() fullName: System.Attribute.GetHashCode() spec.csharp: - uid: System.Attribute.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.gethashcode - name: ( - name: ) spec.vb: - uid: System.Attribute.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.gethashcode - name: ( - name: ) - uid: System.Attribute.Match(System.Object) commentId: M:System.Attribute.Match(System.Object) parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.match name: Match(object) nameWithType: Attribute.Match(object) fullName: System.Attribute.Match(object) nameWithType.vb: Attribute.Match(Object) fullName.vb: System.Attribute.Match(Object) name.vb: Match(Object) spec.csharp: - uid: System.Attribute.Match(System.Object) name: Match isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.match - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Attribute.Match(System.Object) name: Match isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.match - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Attribute.IsDefaultAttribute commentId: M:System.Attribute.IsDefaultAttribute parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefaultattribute name: IsDefaultAttribute() nameWithType: Attribute.IsDefaultAttribute() fullName: System.Attribute.IsDefaultAttribute() spec.csharp: - uid: System.Attribute.IsDefaultAttribute name: IsDefaultAttribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefaultattribute - name: ( - name: ) spec.vb: - uid: System.Attribute.IsDefaultAttribute name: IsDefaultAttribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.isdefaultattribute - name: ( - name: ) - uid: System.Attribute.TypeId commentId: P:System.Attribute.TypeId parent: System.Attribute isExternal: true href: https://learn.microsoft.com/dotnet/api/system.attribute.typeid name: TypeId nameWithType: Attribute.TypeId fullName: System.Attribute.TypeId - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring name: ToString() nameWithType: object.ToString() fullName: object.ToString() nameWithType.vb: Object.ToString() fullName.vb: Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) spec.vb: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) name: Equals(object, object) nameWithType: object.Equals(object, object) fullName: object.Equals(object, object) nameWithType.vb: Object.Equals(Object, Object) fullName.vb: Object.Equals(Object, Object) name.vb: Equals(Object, Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals name: ReferenceEquals(object, object) nameWithType: object.ReferenceEquals(object, object) fullName: object.ReferenceEquals(object, object) nameWithType.vb: Object.ReferenceEquals(Object, Object) fullName.vb: Object.ReferenceEquals(Object, Object) name.vb: ReferenceEquals(Object, Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype name: GetType() nameWithType: object.GetType() fullName: object.GetType() nameWithType.vb: Object.GetType() fullName.vb: Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) spec.vb: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone name: MemberwiseClone() nameWithType: object.MemberwiseClone() fullName: object.MemberwiseClone() nameWithType.vb: Object.MemberwiseClone() fullName.vb: Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) - uid: MLEM.Data.CopyConstructorAttribute.MLEM.Data.CopyExtensions.CopyInto``1(MLEM.Data.CopyConstructorAttribute,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) commentId: M:MLEM.Data.CopyExtensions.CopyInto``1(``0,``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) parent: MLEM.Data.CopyExtensions definition: MLEM.Data.CopyExtensions.CopyInto``1(``0,``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_CopyInto__1___0___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ name: CopyInto(CopyConstructorAttribute, CopyConstructorAttribute, BindingFlags, Predicate) nameWithType: CopyExtensions.CopyInto(CopyConstructorAttribute, CopyConstructorAttribute, BindingFlags, Predicate) fullName: MLEM.Data.CopyExtensions.CopyInto(MLEM.Data.CopyConstructorAttribute, MLEM.Data.CopyConstructorAttribute, System.Reflection.BindingFlags, System.Predicate) nameWithType.vb: CopyExtensions.CopyInto(Of CopyConstructorAttribute)(CopyConstructorAttribute, CopyConstructorAttribute, BindingFlags, Predicate(Of FieldInfo)) fullName.vb: MLEM.Data.CopyExtensions.CopyInto(Of MLEM.Data.CopyConstructorAttribute)(MLEM.Data.CopyConstructorAttribute, MLEM.Data.CopyConstructorAttribute, System.Reflection.BindingFlags, System.Predicate(Of System.Reflection.FieldInfo)) name.vb: CopyInto(Of CopyConstructorAttribute)(CopyConstructorAttribute, CopyConstructorAttribute, BindingFlags, Predicate(Of FieldInfo)) spec.csharp: - uid: MLEM.Data.CopyExtensions.CopyInto``1(MLEM.Data.CopyConstructorAttribute,MLEM.Data.CopyConstructorAttribute,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: CopyInto href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_CopyInto__1___0___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: < - uid: MLEM.Data.CopyConstructorAttribute name: CopyConstructorAttribute href: MLEM.Data.CopyConstructorAttribute.html - name: '>' - name: ( - uid: MLEM.Data.CopyConstructorAttribute name: CopyConstructorAttribute href: MLEM.Data.CopyConstructorAttribute.html - name: ',' - name: " " - uid: MLEM.Data.CopyConstructorAttribute name: CopyConstructorAttribute href: MLEM.Data.CopyConstructorAttribute.html - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: < - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: '>' - name: ) spec.vb: - uid: MLEM.Data.CopyExtensions.CopyInto``1(MLEM.Data.CopyConstructorAttribute,MLEM.Data.CopyConstructorAttribute,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: CopyInto href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_CopyInto__1___0___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: ( - name: Of - name: " " - uid: MLEM.Data.CopyConstructorAttribute name: CopyConstructorAttribute href: MLEM.Data.CopyConstructorAttribute.html - name: ) - name: ( - uid: MLEM.Data.CopyConstructorAttribute name: CopyConstructorAttribute href: MLEM.Data.CopyConstructorAttribute.html - name: ',' - name: " " - uid: MLEM.Data.CopyConstructorAttribute name: CopyConstructorAttribute href: MLEM.Data.CopyConstructorAttribute.html - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: ( - name: Of - name: " " - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: ) - name: ) - uid: MLEM.Data.CopyConstructorAttribute.MLEM.Data.CopyExtensions.Copy``1(System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) commentId: M:MLEM.Data.CopyExtensions.Copy``1(``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) parent: MLEM.Data.CopyExtensions definition: MLEM.Data.CopyExtensions.Copy``1(``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_Copy__1___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ name: Copy(CopyConstructorAttribute, BindingFlags, Predicate) nameWithType: CopyExtensions.Copy(CopyConstructorAttribute, BindingFlags, Predicate) fullName: MLEM.Data.CopyExtensions.Copy(MLEM.Data.CopyConstructorAttribute, System.Reflection.BindingFlags, System.Predicate) nameWithType.vb: CopyExtensions.Copy(Of CopyConstructorAttribute)(CopyConstructorAttribute, BindingFlags, Predicate(Of FieldInfo)) fullName.vb: MLEM.Data.CopyExtensions.Copy(Of MLEM.Data.CopyConstructorAttribute)(MLEM.Data.CopyConstructorAttribute, System.Reflection.BindingFlags, System.Predicate(Of System.Reflection.FieldInfo)) name.vb: Copy(Of CopyConstructorAttribute)(CopyConstructorAttribute, BindingFlags, Predicate(Of FieldInfo)) spec.csharp: - uid: MLEM.Data.CopyExtensions.Copy``1(MLEM.Data.CopyConstructorAttribute,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: Copy href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_Copy__1___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: < - uid: MLEM.Data.CopyConstructorAttribute name: CopyConstructorAttribute href: MLEM.Data.CopyConstructorAttribute.html - name: '>' - name: ( - uid: MLEM.Data.CopyConstructorAttribute name: CopyConstructorAttribute href: MLEM.Data.CopyConstructorAttribute.html - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: < - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: '>' - name: ) spec.vb: - uid: MLEM.Data.CopyExtensions.Copy``1(MLEM.Data.CopyConstructorAttribute,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: Copy href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_Copy__1___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: ( - name: Of - name: " " - uid: MLEM.Data.CopyConstructorAttribute name: CopyConstructorAttribute href: MLEM.Data.CopyConstructorAttribute.html - name: ) - name: ( - uid: MLEM.Data.CopyConstructorAttribute name: CopyConstructorAttribute href: MLEM.Data.CopyConstructorAttribute.html - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: ( - name: Of - name: " " - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: ) - name: ) - uid: MLEM.Data.CopyConstructorAttribute.MLEM.Data.CopyExtensions.DeepCopyInto``1(MLEM.Data.CopyConstructorAttribute,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) commentId: M:MLEM.Data.CopyExtensions.DeepCopyInto``1(``0,``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) parent: MLEM.Data.CopyExtensions definition: MLEM.Data.CopyExtensions.DeepCopyInto``1(``0,``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_DeepCopyInto__1___0___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ name: DeepCopyInto(CopyConstructorAttribute, CopyConstructorAttribute, BindingFlags, Predicate) nameWithType: CopyExtensions.DeepCopyInto(CopyConstructorAttribute, CopyConstructorAttribute, BindingFlags, Predicate) fullName: MLEM.Data.CopyExtensions.DeepCopyInto(MLEM.Data.CopyConstructorAttribute, MLEM.Data.CopyConstructorAttribute, System.Reflection.BindingFlags, System.Predicate) nameWithType.vb: CopyExtensions.DeepCopyInto(Of CopyConstructorAttribute)(CopyConstructorAttribute, CopyConstructorAttribute, BindingFlags, Predicate(Of FieldInfo)) fullName.vb: MLEM.Data.CopyExtensions.DeepCopyInto(Of MLEM.Data.CopyConstructorAttribute)(MLEM.Data.CopyConstructorAttribute, MLEM.Data.CopyConstructorAttribute, System.Reflection.BindingFlags, System.Predicate(Of System.Reflection.FieldInfo)) name.vb: DeepCopyInto(Of CopyConstructorAttribute)(CopyConstructorAttribute, CopyConstructorAttribute, BindingFlags, Predicate(Of FieldInfo)) spec.csharp: - uid: MLEM.Data.CopyExtensions.DeepCopyInto``1(MLEM.Data.CopyConstructorAttribute,MLEM.Data.CopyConstructorAttribute,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: DeepCopyInto href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_DeepCopyInto__1___0___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: < - uid: MLEM.Data.CopyConstructorAttribute name: CopyConstructorAttribute href: MLEM.Data.CopyConstructorAttribute.html - name: '>' - name: ( - uid: MLEM.Data.CopyConstructorAttribute name: CopyConstructorAttribute href: MLEM.Data.CopyConstructorAttribute.html - name: ',' - name: " " - uid: MLEM.Data.CopyConstructorAttribute name: CopyConstructorAttribute href: MLEM.Data.CopyConstructorAttribute.html - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: < - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: '>' - name: ) spec.vb: - uid: MLEM.Data.CopyExtensions.DeepCopyInto``1(MLEM.Data.CopyConstructorAttribute,MLEM.Data.CopyConstructorAttribute,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: DeepCopyInto href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_DeepCopyInto__1___0___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: ( - name: Of - name: " " - uid: MLEM.Data.CopyConstructorAttribute name: CopyConstructorAttribute href: MLEM.Data.CopyConstructorAttribute.html - name: ) - name: ( - uid: MLEM.Data.CopyConstructorAttribute name: CopyConstructorAttribute href: MLEM.Data.CopyConstructorAttribute.html - name: ',' - name: " " - uid: MLEM.Data.CopyConstructorAttribute name: CopyConstructorAttribute href: MLEM.Data.CopyConstructorAttribute.html - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: ( - name: Of - name: " " - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: ) - name: ) - uid: MLEM.Data.CopyConstructorAttribute.MLEM.Data.CopyExtensions.DeepCopy``1(System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) commentId: M:MLEM.Data.CopyExtensions.DeepCopy``1(``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) parent: MLEM.Data.CopyExtensions definition: MLEM.Data.CopyExtensions.DeepCopy``1(``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_DeepCopy__1___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ name: DeepCopy(CopyConstructorAttribute, BindingFlags, Predicate) nameWithType: CopyExtensions.DeepCopy(CopyConstructorAttribute, BindingFlags, Predicate) fullName: MLEM.Data.CopyExtensions.DeepCopy(MLEM.Data.CopyConstructorAttribute, System.Reflection.BindingFlags, System.Predicate) nameWithType.vb: CopyExtensions.DeepCopy(Of CopyConstructorAttribute)(CopyConstructorAttribute, BindingFlags, Predicate(Of FieldInfo)) fullName.vb: MLEM.Data.CopyExtensions.DeepCopy(Of MLEM.Data.CopyConstructorAttribute)(MLEM.Data.CopyConstructorAttribute, System.Reflection.BindingFlags, System.Predicate(Of System.Reflection.FieldInfo)) name.vb: DeepCopy(Of CopyConstructorAttribute)(CopyConstructorAttribute, BindingFlags, Predicate(Of FieldInfo)) spec.csharp: - uid: MLEM.Data.CopyExtensions.DeepCopy``1(MLEM.Data.CopyConstructorAttribute,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: DeepCopy href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_DeepCopy__1___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: < - uid: MLEM.Data.CopyConstructorAttribute name: CopyConstructorAttribute href: MLEM.Data.CopyConstructorAttribute.html - name: '>' - name: ( - uid: MLEM.Data.CopyConstructorAttribute name: CopyConstructorAttribute href: MLEM.Data.CopyConstructorAttribute.html - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: < - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: '>' - name: ) spec.vb: - uid: MLEM.Data.CopyExtensions.DeepCopy``1(MLEM.Data.CopyConstructorAttribute,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: DeepCopy href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_DeepCopy__1___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: ( - name: Of - name: " " - uid: MLEM.Data.CopyConstructorAttribute name: CopyConstructorAttribute href: MLEM.Data.CopyConstructorAttribute.html - name: ) - name: ( - uid: MLEM.Data.CopyConstructorAttribute name: CopyConstructorAttribute href: MLEM.Data.CopyConstructorAttribute.html - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: ( - name: Of - name: " " - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: ) - name: ) - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: System.Runtime.InteropServices commentId: N:System.Runtime.InteropServices isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System.Runtime.InteropServices nameWithType: System.Runtime.InteropServices fullName: System.Runtime.InteropServices spec.csharp: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Runtime name: Runtime isExternal: true href: https://learn.microsoft.com/dotnet/api/system.runtime - name: . - uid: System.Runtime.InteropServices name: InteropServices isExternal: true href: https://learn.microsoft.com/dotnet/api/system.runtime.interopservices spec.vb: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Runtime name: Runtime isExternal: true href: https://learn.microsoft.com/dotnet/api/system.runtime - name: . - uid: System.Runtime.InteropServices name: InteropServices isExternal: true href: https://learn.microsoft.com/dotnet/api/system.runtime.interopservices - uid: MLEM.Data.CopyExtensions.CopyInto``1(``0,``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) commentId: M:MLEM.Data.CopyExtensions.CopyInto``1(``0,``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) isExternal: true href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_CopyInto__1___0___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ name: CopyInto(T, T, BindingFlags, Predicate) nameWithType: CopyExtensions.CopyInto(T, T, BindingFlags, Predicate) fullName: MLEM.Data.CopyExtensions.CopyInto(T, T, System.Reflection.BindingFlags, System.Predicate) nameWithType.vb: CopyExtensions.CopyInto(Of T)(T, T, BindingFlags, Predicate(Of FieldInfo)) fullName.vb: MLEM.Data.CopyExtensions.CopyInto(Of T)(T, T, System.Reflection.BindingFlags, System.Predicate(Of System.Reflection.FieldInfo)) name.vb: CopyInto(Of T)(T, T, BindingFlags, Predicate(Of FieldInfo)) spec.csharp: - uid: MLEM.Data.CopyExtensions.CopyInto``1(``0,``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: CopyInto href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_CopyInto__1___0___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: < - name: T - name: '>' - name: ( - name: T - name: ',' - name: " " - name: T - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: < - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: '>' - name: ) spec.vb: - uid: MLEM.Data.CopyExtensions.CopyInto``1(``0,``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: CopyInto href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_CopyInto__1___0___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - name: T - name: ',' - name: " " - name: T - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: ( - name: Of - name: " " - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: ) - name: ) - uid: MLEM.Data.CopyExtensions commentId: T:MLEM.Data.CopyExtensions parent: MLEM.Data href: MLEM.Data.CopyExtensions.html name: CopyExtensions nameWithType: CopyExtensions fullName: MLEM.Data.CopyExtensions