2 overrides of Values
System.CodeDom (2)
Microsoft\VisualBasic\VBMemberAttributeConverter.cs (1)
16
protected override object[]
Values
{ get; } =
Microsoft\VisualBasic\VBTypeAttributeConverter.cs (1)
14
protected override object[]
Values
{ get; } = new object[] { TypeAttributes.Public, TypeAttributes.NotPublic };
3 references to Values
System.CodeDom (3)
Microsoft\VisualBasic\VBModifierAttributeConverter.cs (3)
29
return
Values
[i];
46
object[] modifiers =
Values
;
63
public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) => new StandardValuesCollection(
Values
);