Catel.Fody.OfTypeAttribute.OfTypeAttribute C# (CSharp) Method

OfTypeAttribute() public method

public OfTypeAttribute ( Type type ) : System
type System.Type
return System
        public OfTypeAttribute(Type type)
        {
        }
    }
OfTypeAttribute