iControl.LogIPFIXInformationElement.get_data_type C# (CSharp) Method

get_data_type() private method

private get_data_type ( string elements, LogIPFIXInformationElementDefinitionSource definition_sources ) : LogIPFIXInformationElementDataType[]
elements string
definition_sources LogIPFIXInformationElementDefinitionSource
return LogIPFIXInformationElementDataType[]
        public LogIPFIXInformationElementDataType[] get_data_type(
		string [] elements,
		LogIPFIXInformationElementDefinitionSource [] definition_sources
	)
        {
            object [] results = this.Invoke("get_data_type", new object [] {
                elements,
                definition_sources});
            return ((LogIPFIXInformationElementDataType [])(results[0]));
        }