StronglyConnectedComponent.Contexts Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains pointers to context passed during creation of each GCHandle.
public: void** Contexts;
public void** Contexts;
val mutable Contexts : nativeptr<nativeptr<unit>>