SerializerConfigurationAnalyzer.SerializerConfigurationComplaint.Methods 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 a collection of interface types which reference the type this complaint represents.
public System.Collections.Generic.Dictionary<Type,System.Collections.Generic.HashSet<System.Reflection.MethodInfo>> Methods { get; }
member this.Methods : System.Collections.Generic.Dictionary<Type, System.Collections.Generic.HashSet<System.Reflection.MethodInfo>>
Public ReadOnly Property Methods As Dictionary(Of Type, HashSet(Of MethodInfo))