singleton<T> abstract method

void singleton<T>(
  1. ResolveDelegate<T> delegate
)

Implementation

void singleton<T>(ResolveDelegate<T> delegate);