UITK Editor Aid UITK Editor Aid
UITK Editor Aid UITK Editor Aid
UITKEditorAid on GitHub
Search Results for

Loading...

    GetPooled Method

    View Source

    GetPooled(String, String)

    It's the same as GetPooled(), but it initializes the event with parameters.

    Declaration
    public static ReferenceTypeChangeEvent GetPooled(string previousTypeName, string newTypeName)
    Parameters
    String previousTypeName

    The previous value of managedReferenceFullTypename

    String newTypeName

    The new value of managedReferenceFullTypename

    Returns
    ReferenceTypeChangeEvent
    On this page