GetPooled Method
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 |