DynamicallyAccessedMembersAttribute.MemberTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the DynamicallyAccessedMemberTypes that specifies the type of dynamically accessed members.
public:
property System::Diagnostics::CodeAnalysis::DynamicallyAccessedMemberTypes MemberTypes { System::Diagnostics::CodeAnalysis::DynamicallyAccessedMemberTypes get(); };
public System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes MemberTypes { get; }
member this.MemberTypes : System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes
Public ReadOnly Property MemberTypes As DynamicallyAccessedMemberTypes
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.