Common.__buf2con_IntImpl__ 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.
Overloads
__buf2con_IntImpl__() | |
__buf2con_IntImpl__(Boolean) |
__buf2con_IntImpl__()
public:
cli::array <System::Object ^> ^ __buf2con_IntImpl__();
public object[] __buf2con_IntImpl__ ();
member this.__buf2con_IntImpl__ : unit -> obj[]
Public Function __buf2con_IntImpl__ () As Object()
Returns
Object[]
Applies to
__buf2con_IntImpl__(Boolean)
public:
cli::array <System::Object ^> ^ __buf2con_IntImpl__(bool packOrigBuffer);
public object[] __buf2con_IntImpl__ (bool packOrigBuffer);
member this.__buf2con_IntImpl__ : bool -> obj[]
Public Function __buf2con_IntImpl__ (packOrigBuffer As Boolean) As Object()
Parameters
- packOrigBuffer
- Boolean
Returns
Object[]