Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="4.4.0.991537" />

.NET API 1,216,624 bytes

 PropertyDefinition

public PropertyAttributes Attributes { get; set; }

public object Constant { get; set; }

public TypeDefinition DeclaringType { get; set; }

public MethodDefinition GetMethod { get; set; }

public bool HasConstant { get; set; }

public bool HasCustomAttributes { get; }

public bool HasDefault { get; set; }

public bool HasOtherMethods { get; }

public bool HasParameters { get; }

public bool HasThis { get; set; }

public bool IsRuntimeSpecialName { get; set; }

public bool IsSpecialName { get; set; }

public MethodDefinition SetMethod { get; set; }

public PropertyDefinition(string name, PropertyAttributes attributes, TypeReference propertyType)