'Declaration Public Overloads Function Copy( _
ByVal indexThe index.As System.Int32, _
ByVal countThe count.As System.Int32 _
) As VmfContentLine
public VmfContentLine Copy(
System.Int32 index,
System.Int32 count
)
public: VmfContentLine* Copy(
System.Int32 index,
System.Int32 count
)
public:
VmfContentLine^ Copy(
System.Int32 index,
System.Int32 count
)
Parameters
- index
- The index.
- count
- The count.
Return Value
The subline of this line.