Share via


OptionalMemberAttribute Class

Definition

This attribute is added by the binding generator to members that bind optional protocol members.

[System.AttributeUsage(System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class OptionalMemberAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false)>]
type OptionalMemberAttribute = class
    inherit Attribute
Inheritance
OptionalMemberAttribute
Attributes

Applies to