Enum MemberComparisonType
Enumeration of the types of member comparison
Namespace: CodeFactory.WinVs.Models.CSharp
Assembly: CodeFactory.WinVs.dll
Syntax
public enum MemberComparisonType
Fields
| Name | Description |
|---|---|
| Base | Member is compared by the base signature only, no key words, instance scoping , or security added. |
| Full | Member is compared by the full signature including scoping and target keywords |
| Security | Member is compared by the base signature and the security assigned to the member. |