BooleanClauses.Clauses Property
Public ReadOnly Property Clauses() As IEnumerable(Of BooleanClause)
This language is not supported or no code example is available.
public IEnumerable<BooleanClause> Clauses {get;}
This language is not supported or no code example is available.
public:
property IEnumerable<BooleanClause^>^ Clauses {
IEnumerable<BooleanClause^>^ get( );
}
This language is not supported or no code example is available.