GenerateFromInterfaceAttribute class GenerateFromInterfaceAttribute : Attribute Documentation Code public Type[] AdditionalInterfaces { get; } public Type GeometryFactoryInterface { get; } public Type ProtoInterface { get; } public GenerateFromInterfaceAttribute(Type protoInterface, Type geometryFactoryInterface, Type[] additionalInterfaces)