System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.WrappedPropertyDescriptor.GetValue C# (CSharp) Метод

GetValue() публичный Метод

public GetValue ( object component ) : object
component object
Результат object
                public override object GetValue(object component)
                {
                    return _property.GetValue(_target);
                }
DesignerOptionService.DesignerOptionCollection.WrappedPropertyDescriptor