Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: Type Safe(Type)

Declaration

public static Type Safe(
    Type type
)

Summary

Returns the type passed in. Use around a typeof(SomeType) to override Rummage's reflection safety analysis and make Rummage believe that this particular use is entirely safe.