GrainTypeSharedContext.GetComponent<TComponent> Method
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.
Gets a component.
public TComponent? GetComponent<TComponent> ();
member this.GetComponent : unit -> 'Component
Public Function GetComponent(Of TComponent) () As TComponent
Type Parameters
- TComponent
The type specified in the corresponding SetComponent<TComponent>(TComponent) call.
Returns
TComponent