Interface ILazyDescriptor
-
- All Known Implementing Classes:
ReflectionConstructorDescriptor,ReflectionOperationDescriptor
public interface ILazyDescriptorMarks a lazy descriptor and enables forced (early) initialization.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidforceInitialization()Forces the initialization of the typically lazily deferred parameters and return types.
-